摘要:
请在 msdn 中查找 “Serial Communications in Win32”, 这是篇介绍串口通讯很好的文章。 对于 什么是重叠操作(overlapped), 可以看http://blog.csdn.net/metasearch/archive/2008/03/05/2148226.aspx的介绍。以下是转载。--------转载开始----------在windows中有一个api叫readfile bool readfile( handle hfile, // handle to file lpvoid lpbuffer, // 阅读全文