-
Acess数据库版本 - 副本
说明: 通过串口对温湿度检测,实现对温湿度的检测和读取(The temperature and humidity can be detected and read by serial port.)
- 2020-06-17 10:40:02下载
- 积分:1
-
328200_UartAssist
串口助手,帮助你解决你想解决的一切问题与麻烦(Serial assistant to help you solve all the problems you want to solve and trouble)
- 2011-07-18 17:01:08下载
- 积分:1
-
VB_RS232C
VB开发的串口通信源码。对端口速度、奇偶校验、停止位等都可以设置。用于串口通信的开发(VB source of serial communications. The port speed, parity, stop-can all be set up. Serial Communication for Development)
- 2020-06-26 06:00:02下载
- 积分:1
-
kcom
this is visual c++ 6 project
it is a Serial port excerszier software
- 2010-05-31 15:51:55下载
- 积分:1
-
PC to FX connection (ActDefine)
说明: Testing PC to DVP PLC connection
- 2020-04-22 23:02:27下载
- 积分:1
-
tesenimabi
风河 串口驱动程序 usb转串口 得益于网站 服务于网站 望管理员采纳 谢谢(wind river)
- 2014-09-04 09:37:14下载
- 积分:1
-
USART
计算机通过串口向开发板发送数据,开发板将数据原样送回。(The computer through the serial port to send data to the development board, development board will be sent back to the data as is.)
- 2009-11-24 16:36:41下载
- 积分:1
-
RS232_485multi-design
485多机通讯的连接方式,主要有总线方式、星形方式等(connection of multi pc communication with 485)
- 2010-03-03 15:03:27下载
- 积分:1
-
aUART
C51普通IO模拟串口收发,波特率可达28800,可做多串口移植;(failed to translate)
- 2013-05-07 22:43:08下载
- 积分: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