Skip to content

CSerialPort V3.0.1

Compare
Choose a tag to compare
@itas109 itas109 released this 25 Feb 12:38
· 528 commits to master since this release

1.★修复不能连续发送的问题 ★ fix can not continue send error
2.★一次性写入尽可能多的数据到串口 ★ try best to send mutil data once in WriteChar funtion
3.修复BYTE内存设置的问题 fix BYTE memset error
4.在构造函数中初始化和释放临界区 initialize and delete critical section in Constructor
5.精简代码