-
RenesasSerial
专门为瑞萨智能车设计的串口工具,可同时发送六组数据,很好的上位机程序(Designed for renesas intelligent car design of serial tools, can also send six sets of data, good PC program
)
- 2012-03-25 12:49:22下载
- 积分:1
-
vb232
一个简单的VB串口发送程序,初学者参考.(a simple VB Serial this procedure, beginners reference.)
- 2007-01-12 15:06:01下载
- 积分:1
-
CommTest
串口通讯测试代码,经过测试,可以成功运行。(Serial Communication Test.)
- 2010-08-25 22:04:07下载
- 积分:1
-
VC modbus
VC串口通信modbus协议源代码,测试可用。(modbus通信协议)(VC serial communication protocol source code modbus)
- 2014-06-07 18:26:28下载
- 积分:1
-
串口调试,串口设备模拟 Modbus Tools
串口调试,串口设备模拟,支持32/64位系统。(Serial debugging, serial device simulation)
- 2020-06-20 08:00:01下载
- 积分:1
-
ADCandRS232
基于DMmega128开发板的串口通信程序,对于初学者必看!!(For starters based on DMmega128 development board serial communication program, must see! !)
- 2012-11-04 21:41:58下载
- 积分:1
-
serial2.1.3.4
自己用api写的串口通信动态库,可以同时打开多个串行口,自带设置函数(own use api write serial communication DLL, it will also open up a number of serial port, bringing their function set)
- 2007-01-03 19:40:09下载
- 积分:1
-
ChuanKouTiaoShi
串口调试助手,适合做串口通讯的人员使用。VB.NET编程。(vb.net serial debug for usart comm.)
- 2013-07-19 14:45:15下载
- 积分:1
-
com_debugger
串口调试程序源代码,本例作为学习串口编程具有很好的参照作用。(Serial debugger source code, in this case as a learning serial programming with a good reference to the role.)
- 2013-09-20 18:32:13下载
- 积分:1
-
winAPI_Sport_comm
实现串行通讯的相关API函数
API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。
函数名 作用
CreateFile 打开串口
GetCommState 检测串口设置
SetCommState 设置串口
BuilderCommDCB 用字符串中的值来填充设备控制块
GetCommTimeouts 检测通信超时设置
SetCommTimeouts 设置通信超时参数
SetCommMask 设定被监控事件
WaitCommEvent 等待被监控事件发生
WaitForMultipleObjects 等待多个被监测对象的结果
WriteFile 发送数据
ReadFile 接收数据
GetOverlappedResult 返回最后重叠(异步)操作结果
PurgeComm 清空串口缓冲区,退出所有相关操作
ClearCommError 更新串口状态结构体,并清除所有串口硬件错误
CloseHandle 关闭串行口()
- 2007-08-02 11:52:20下载
- 积分:1