VC实现串口通信项目源码.docVIP

  • 10
  • 0
  • 约3.58万字
  • 约 42页
  • 2017-12-12 发布于河南
  • 举报
VC实现串口通信项目源码

VC实现串口通信例程 WIN95界面下的VC++串口通讯程序在WIN32下是不建议对端口进行操作的,在WIN32中所有的设备都被看成是文件,串行口也不例外也是作为文件来进行处理的。这是我的一份关于串口编程的读书笔记,对于使用VC进行编程的同行应该有一定的帮助。 1.打开串口:    在Window 95下串行口作为文件处理,使用文件操作对串行口进行处理。使用CreateFile()打开串口,CreateFile()将返回串口的句柄。    HANDLE CreateFile(    LPCTSTR lpFileName, // pointer to name of the file    DWORD dwDesiredAccess, // access (read-write) mode    DWORD dwShareMode, // share mode    LPSECURITY_ATTRIBUTES lpSecurityAttributes, // pointer to security attributes    DWORD dwCreationDistribution, // how to create    DWORD dwFlagsAndAttributes, // file attributes    HANDLE hTemplateFile

文档评论(0)

1亿VIP精品文档

相关文档