-
grape
vc6.0 使用NTGraph控件 读取串口数据后画出波形图(vc6.0 use NTGraph read serial data control to draw waveforms)
- 2010-05-24 15:40:31下载
- 积分:1
-
SerialPort-DLL
把SerialPort通讯类封装成的DLL+使用例子(SerialPort Dll and demo)
- 2011-07-11 23:48:23下载
- 积分:1
-
vbPaccessPseria
visual basic+数据库access+串口+实时显示曲线(vb+database access+serial)
- 2012-05-11 09:10:15下载
- 积分:1
-
fxplcCommunictionDLL
用VB编写的FX系列PLC通信动态链接库,用户只需调用API函数就可以简单的实现串口通讯(VB prepared by the FX series PLC communication dynamic link library, Users only need to call API functions can be achieved by a simple serial communications)
- 2007-05-27 17:16:40下载
- 积分:1
-
COM_CONTROL
串口控制的资料和源码,里面包含源码和学习资料(A serial port control information and source code)
- 2015-12-01 10:39:53下载
- 积分:1
-
串口通信程序
一个很好的COM口通讯类(An uart mfc example)
- 2020-06-26 10:00:02下载
- 积分:1
-
SCIPC
上位机串口通信程序带电机控制程序界面(PC serial communication program with motor control programming interfaces.)
- 2006-06-09 16:07:47下载
- 积分:1
-
serialpor
多线程串口类及其使用方法,包含完整的CSerialPort类及其使用方法。(A communication class for serial port)
- 2013-08-09 20:16:35下载
- 积分:1
-
Serial-ports
linux下的串口通讯代码,方便修改以实现多种串口通讯功能(under linux serial communication code to facilitate modified to achieve a variety of serial communication functions)
- 2013-11-17 14:39:41下载
- 积分: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