代码搜索:COMPORT
找到约 971 项符合「COMPORT」的源代码
代码结果 971
www.eeworm.com/read/316157/13529473
pdf comport.pdf
www.eeworm.com/read/313261/13591217
h comport.h
/*************************************************************************************************
*
* 模块名称:多线程串口通讯类
* 编制人:liu_sir 日期:2003.4.20 -4.3
www.eeworm.com/read/313261/13591223
cpp comport.cpp
// ComPort.cpp : 实现文件
//
#include "stdafx.h"
#include "ComPort.h"
namespace LsComm{
// CComPort
CComPort::CComPort()
{
this->m_pfnOnReceiveData = NULL;
this->m_pfnOnComBreak =N
www.eeworm.com/read/305006/13780313
h comport.h
/*************************************************************************************************
*
* 模块名称:多线程串口通讯类
* 编制人:liu_sir 日期:2003.4.20 -4.3
www.eeworm.com/read/305006/13780398
cpp comport.cpp
// ComPort.cpp : 实现文件
//
#include "stdafx.h"
#include "ComPort.h"
namespace LsComm{
// CComPort
CComPort::CComPort()
{
this->m_pfnOnReceiveData = NULL;
this->m_pfnOnComBreak =N
www.eeworm.com/read/484104/6591055
pdf comport.pdf
www.eeworm.com/read/265387/11265160
h comport.h
#ifndef __SERIAL_H
#define __SERIAL_H
class CComPort
{
// Class enumerations
public:
// Communication event
typedef enum
{
EEventNone = -1, // Event trigged without cause
EEventB
www.eeworm.com/read/265387/11265229
sbr comport.sbr
www.eeworm.com/read/265387/11265237
obj comport.obj
www.eeworm.com/read/265387/11265253
cpp comport.cpp
#include "stdafx.h"
#include
#include
//////////////////////////////////////////////////////////////////////
// Include module headerfile
#include "ComPort.h"
//////