期刊文献+

应用VC++开发串行通信 被引量:1

Development of asynchronous communication using VC++
下载PDF
导出
摘要 VC++ 串口通讯程序在WIN32下通常不直接对端口进行操作 ,在WIN32中所有的设备都被看成是文件 ,串行口也不例外。文章详细介绍了文件I/O函数提供的打开和关闭通信资源句柄及读写操作的基本接口 (Create File、ReadFile、WriteFile等 ) ,举例说明了在VC 环境下如何通过WindowsAPI通信函数实现对串口的操作。新的文件I/O函数支持重叠式输入输出 ,使线程可从费时的I/O操作中解放出来 。 It is not commended to directly access the COM port in WIN32 serial communication. All devices in WIN32 are regarded as files,which naturally include the COM port. The new I/O function,such as CreateFile,ReadFile and WriteFile,are introduced in detail here,and giving an application example to use windows API communication function to access COM port in VC++. These I/O function support overlapped operator,such makes the application example thread have enough time to process its task and not waiting for I/O operation. The Asynchronous method greatly improves executing efficiency.
作者 吴锐 魏启
出处 《石油仪器》 2003年第6期44-47,62,共4页 Petroleum Instruments
关键词 VC++ 文件 串行通信 读写操作 打开 句柄 WIN32 VO 关闭 运行效率 Asynchronous Communication,buffer,VC++6.0,Win API,MFC 32 application
  • 相关文献

参考文献4

  • 1Microsoft Help Document(Information)
  • 2李湘江.基于VC的串行通信技术应用实例[J].中国计算机报,2001,(10).
  • 3MFC 教程.电脑报Visual C++ 网络教程.
  • 4付杰.用MFC实现串口编程.2000

同被引文献4

引证文献1

二级引证文献3

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部