串口通信

使用win32 api编写串口程序的主要步骤

1.打开串口

{

  hCom = CreateFile();

  SetupComm();

  DCB dcb;

  SetCommState();

}

 

2.读取数据

ReadFile();

 

3.写入数据

WriteFile();

posted @ 2012-10-19 10:34  恒月美剑  阅读(200)  评论(0编辑  收藏  举报