代码搜索:通讯接口
找到约 10,000 项符合「通讯接口」的源代码
代码结果 10,000
www.eeworm.com/read/446169/7068417
c~ m16-11.c~
//从机11
#include
#include
#include
#define amount 10 //设定通讯数据量
#define address 11
www.eeworm.com/read/446169/7068426
c~ m16-12.c~
//从机12
#include
#include
#include
#define amount 10 //设定通讯数据量
#define address 12
www.eeworm.com/read/145110/12753524
cnt wgl98.cnt
:Base wgl98.hlp
1 帮助
2 菜单内容=HID_CONTENT
2 文件=HID_FILE
2 图形=HID_GRAPH
2 通讯=HID_COMMUNICATION
www.eeworm.com/read/244906/12833031
vb form1.vb
Public Class Form1
Inherits System.Windows.Forms.Form
Dim headstr As String = "该通讯录"
Public Sub showposition()
Dim icnt As Integer
Dim ipos As Integer
icnt =
www.eeworm.com/read/243561/12933816
cpp smain.cpp
//==========================================================
// 模块名称 : GX_COM 通用PLC通讯动态连接库
// 作者 : Liuw@gaoxao.com
// 日期 : 2007-2-26
// 版本号 :
// 模块说明 :
// 输出 :
// 参数
www.eeworm.com/read/242982/12970169
frm serialcomms.frm
VERSION 5.00
Begin VB.Form frmSerial
BorderStyle = 1 'Fixed Single
Caption = "API串口通讯模块 枕善居 http://www.mndsoft.com"
ClientHeight = 4680
ClientLeft = 45
www.eeworm.com/read/241887/13110942
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[串口通讯.VBP]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/139522/13151116
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,tapi;
const
WM_myCOMMNOTIFY = WM_USER + 100; // 通讯消息
ty
www.eeworm.com/read/139522/13151146
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,tapi;
const
WM_myCOMMNOTIFY = WM_USER + 100; // 通讯消息
ty