MFC 串口编程实例MFC 串口编程实例
MFC 串口编程实例VC串口编程从实现方法上一般分为两种,一种使用MSCOMM控件,这种方法比较简单,软件的移植性较低,在这里介绍一种串口封装类的使用方法。代码先看代码 CommUtils.cpp#include "stdafx.h"#include "CommUtils.h"#include "stdio.h"const int READ_TIMEOUT = ...