CSerialPort Class

#include "stdafx.h"    #include "SerialPort.h"    #include <assert.h>         //    // 构造函数    //    CSerialPort::CSerialPort()    {        m_hComm = NULL;            // 重叠结构成员置0        m_ov.Offset = 
相关文章
相关标签/搜索