收藏一个好用的C++串口类/RS232/serial port,VC++串口读写归档

Cncomm,见链接http://blog.csdn.net/luxiaoxun/article/details/7646348

另外还有国外牛人写的:CSerialPort,见:http://www.naughter.com/serialport.html。这个网站有很多作者做的好东东,都是native的MFC组件,强烈推荐!

这里提到了用Readfile/Writefile读写串口出现的阻塞情况,很详细了,有例子:

http://www.informit.com/library/content.aspx?b=Visual_C_PlusPlus&seqNum=86

http://stackoverflow.com/questions/6036716/serial-comm-using-writefile-readfile

你可能感兴趣的:(收藏一个好用的C++串口类/RS232/serial port,VC++串口读写归档)