代码搜索:COMPORT
找到约 971 项符合「COMPORT」的源代码
代码结果 971
www.eeworm.com/read/410583/11276233
o comport.o
www.eeworm.com/read/410583/11276239
h comport.h
/*********************************************************
版权所有:银骏科技
版本号 :1.00
文件名 :ComPort.h
创建日期:07/03
创建者:
功能说明: 串口处理程序头文件
*********************************************************/
#ifndef COMPORT
www.eeworm.com/read/410583/11276246
c comport.c
/*********************************************************
版权所有:银骏科技
版本号 :1.00
文件名 :Slave.c
创建日期:07/03
创建者:
功能说明: 串口处理程序文件
*********************************************************/
#define ARM_COMPOR
www.eeworm.com/read/405915/11455107
bmp comport.bmp
www.eeworm.com/read/405104/11471685
exe comport.exe
www.eeworm.com/read/251723/11586875
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/251723/11586896
cpp comport.cpp
#include "stdafx.h"
#include
#include
//////////////////////////////////////////////////////////////////////
// Include module headerfile
#include "ComPort.h"
//////
www.eeworm.com/read/153183/12053289
h comport.h
/*************************************************************************************************
* 主要类说明(Main class):
* CComPort 串口类 内聚合一个CSerialPort类用于串口的操作
*
www.eeworm.com/read/153183/12053338
cpp comport.cpp
// ComPort.cpp : 实现文件
#include "stdafx.h"
#include "ComPort.h"
namespace LsComm{
CComPort::CComPort()
: m_bIsOpen(false)
{
this->m_pfnOnReceiveData = NULL;
this->m_pfnOnComBreak =NUL