-
mySp
vc++串口通信 ,可以实现两个串口之间发送字符串(vc++ serial communication between two serial ports that can send a string)
- 2011-09-08 10:58:46下载
- 积分:1
-
yixiantong
一个新的通信协议,一线通协议模版软件,希望对大家开发有用(A new communication protocol, Link Agreement template software, everyone would like to develop useful)
- 2020-10-08 18:17:35下载
- 积分:1
-
LDPC
该程序给出了LDPC编译码程序的经典算法,即BP算法,性能比较好(The program gives the classic algorithm LDPC decoding procedures, namely BP algorithm, the performance is better)
- 2013-06-13 15:42:39下载
- 积分:1
-
bluetooth
电脑之间蓝牙的通信,相当于一个蓝牙工具吧。(Bluetooth communication between computers, the equivalent of a Bluetooth tool bar.)
- 2013-08-05 10:36:42下载
- 积分:1
-
Utest
说明: U盘读写模块,实现电脑与U盘自动连接,发送,传输数据(U-reader module, computerization and U disk automatically, sending, transmission of data)
- 2006-04-24 22:34:43下载
- 积分:1
-
test11
用于变电所的电力103通信测试的源代码,主要用在工控行业(103 for electricity substation communications test source code, mainly used in the industrial sector)
- 2013-07-06 09:23:40下载
- 积分:1
-
194947
说明: 用TCP获得网路标准时间来设定您的PC时钟(Set your PC clock with TCP to get network standard time)
- 2018-12-31 15:05:46下载
- 积分:1
-
VC_MFC-Sample1
Microsoft Visual C++ MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置
串口属性的实例.
在工业控制中,工控机(一般都基于 Windows 平台)经常需要与智能仪表通过串口
进行通信.串口通信方便易行,应用广泛.
一般情况下,工控机和各智能仪表通过 RS485 总线进行通信.RS485 的通信方式是
半双工的,只能由作为主节点的工控 PC 机依次轮询网络上的各智能控制单元子节点.
每次通信都是由 PC 机通过串口向智能控制单元发布命令,智能控制单元在接收到正
确的命令后作出应答.
(Microsoft Visual C++ MFC serial communication programming explain CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance in industrial control, IPC (generally based on the Windows platform) often need to communicate with the smart meter through the serial port serial communication easy and widely used normal circumstances, the IPC and intelligent instrument through RS485 communication RS485 communication is half-duplex, only as the primary node industrial PC turn polling network intelligent control unit child nodes. every communication from a PC via the serial port to issue commands to the intelligent control unit, intelligent control unit receives the correct command response.)
- 2012-10-11 07:23:02下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1
-
GPRS数据中心源代码
说明: GpRS数据中心代码,基本上实现了数据中心的大部分功能(GpRS data center code, basically realize the majority of the data center functions)
- 2006-02-19 15:11:52下载
- 积分:1