根据网上的稍作了修改,希望能用得上 (MFC串口类
2021-05-01 00:45:29 4KB 串口
1
【Qt5.8】Qt5.8中串口类QSerialPort-附件资源
2021-04-28 10:49:26 106B
1
VS2015完整工程,基于自修改的CSerialPort类,MFC对话框,在VS2015 win10环境下调试正常工作,支持unicode字符集,支持字符串和二进制(16进制)收发,串口反复打开关闭正常,支持查询计算机内可用串口
2021-03-26 09:38:12 53.54MB CSerialPort VS2015 unicode 串口
1
C++串口通信类; 对CSerialPort类进行封装的串口通信的源代码 .
2021-03-02 15:40:41 7KB C++ 串口 Serial
1
最值得推荐的,使用简单、功能丰富、运行高效的串口类,国产奇葩。 最值得推荐的,使用简单、功能丰富、运行高效的串口类,国产奇葩。
2021-02-26 11:03:54 667KB CnComm cncomm llbird cncom
1
第三方串口类,用于扩展MFC的串口功能,下面是这个类的英文描述: This class can read, write and watch one serial port. It sends messages to its owner when something happends on the port. The class creates a thread for reading and writing so the main program is not blocked.
2021-02-13 10:03:51 216B MFC 串口类 第三方
1
用C++编写的串口类。调用winAPI函数。包含头文件windows.h、string。 void SetPortNumber(const ComPort PortNumberToSet); void SetBaudRate(const BaudRate BaudRateToSet); void SetStopBits(const StopBits StopBitsToSet); void SetParity(const ParityType ParityToSet); ComPort GetPortNumber(); BaudRate GetBaudRate(); StopBits GetStopBits(); ParityType GetParity(); bool Open(); bool IsOpen(); long IsRxData(); void Flush(); void Close(); unsigned long Read(char* ReadDataPtr); bool Write(const char* WriteDataPtr,const char WriteLen);
2019-12-21 22:09:05 3KB C++ 串口 RS232
1
这个是CSerialPort基于VS2015的串口类例子, 两种方式: 一种是MFC映射 另一种是信号和槽的方式 串口源码网址:https://blog.csdn.net/itas109/article/details/84282860
2019-12-21 21:13:27 305KB 串口类 c++串口 串口代码 串口源码
1
本程序中实现了c++串口异步通信,并对主要的函数功能及形参含义做了详细的注释,代码实测正确! 关于程序的解释可参见本人撰写博客: https://blog.csdn.net/sinat_35728816/article/details/81632310
2019-12-21 21:07:05 26.7MB c++ 串口类 异步通信
1
最值得推荐的,使用简单、功能丰富、运行高效的串口类,国产奇葩。
2019-12-21 20:07:41 677KB CnComm
1