多线程串口通讯类

时间:2017-11-09 18:07:07
【文件属性】:

文件名称:多线程串口通讯类

文件大小:176KB

文件格式:ZIP

更新时间:2017-11-09 18:07:07

多线程 串口 通讯 多接受模式

该类也是从网络上找到的,觉得非常不错所以推荐的给大家,我测试后没有整理比较乱,如果觉得不好请不要下载,谢谢。 * 模块名称:多线程串口通讯类(MultiThread Com class) * 主要类说明(Main class): * CComPort 串口类 内聚合一个CSerialPort类用于串口的操作 * 接收模式说明(Receive Mode): * 1.ManualReceiveByQuery, //手动查询接收 * 2.ManualReceiveByConst, //定数接收(按照一定数量接收) * 3.AutoReceiveBySignal, //信号自动接收 * 4.AutoReceiveByBreak, //自动中断接收 * 推荐使用:1或3 * CReadComThread 串口读线程类 和CComPort关联起来进行操作


【文件预览】:
Test
----Test.sln(878B)
----Test.suo(80KB)
----Test()
--------mscomm.cpp(8KB)
--------Test.vcproj(6KB)
--------resource.h(630B)
--------stdafx.h(2KB)
--------ComPort.h(5KB)
--------TestDlg.h(637B)
--------Test.cpp(2KB)
--------serialport.cpp(24KB)
--------targetver.h(1KB)
--------Test.aps(87KB)
--------TestDlg.cpp(3KB)
--------SerialThread.h(1KB)
--------stdafx.cpp(137B)
--------ReadMe.txt(3KB)
--------ComPort.cpp(16KB)
--------Test.vcproj.Abel-PC.Abel.user(1KB)
--------serialport.h(5KB)
--------SerialThread.cpp(10KB)
--------res()
--------Test.rc(5KB)
--------mscomm.h(3KB)
--------Common.h(3KB)
--------Test.h(433B)

网友评论