搜索资源列表
cleanbuff
- 清除串口冗余。当下位机偶然有乱码出现时,在新的通讯开始先清除缓冲区冗余信号,然后开始通讯,可以保证通讯更稳健-Clear serial redundancy. Current-bit machines have occasionally garbled when, in the new communications start to clear the buffer zone redundant signal, and then began to communications, to ensur
LsCommDemo
- 这是一个Win32 API的打包类,对处理串口的Win32 API类进行了封装,借助这个类可以很方便地对串口进行操作。 特性: 1、C++接口简洁易用。 2、使用C++异常时,首选 Win32 常规的返回值机制。保证使用CSerialPort的代码更加健壮。 3、支持UNICODE,支持MFC静态链接并且所有代码都在 warning level 4 级别上进行洁净编译。 4、支持串口模块使用重叠、阻塞和回调(只能在NT中使用) -This is a Win32 API