代码搜索:COMPORT
找到约 971 项符合「COMPORT」的源代码
代码结果 971
www.eeworm.com/read/144054/12820747
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/144054/12820801
cpp comport.cpp
#include "stdafx.h"
#include
#include
//////////////////////////////////////////////////////////////////////
// Include module headerfile
#include "ComPort.h"
//////
www.eeworm.com/read/137408/13323722
h comport.h
/********************************************************************
*
* =-----------------------------------------------------------------=
* = ____ _________
www.eeworm.com/read/137408/13323845
cpp comport.cpp
#include "stdafx.h"
#include "ComPort.h"
CComPort::CComPort()
: m_hPort(INVALID_HANDLE_VALUE)
{
}
CComPort::~CComPort()
{
ClosePort();
}
// 初始化端口
bool CComPort::OpenPort(void)
{
www.eeworm.com/read/322228/13384763
h comport.h
#if !defined(AFX_COMPORT_H__7BE28122_D8E2_4F7A_AB9A_3287F1B1F7FB__INCLUDED_)
#define AFX_COMPORT_H__7BE28122_D8E2_4F7A_AB9A_3287F1B1F7FB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/322228/13384817
cpp comport.cpp
// ComPort.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include
#include
#include "ComPort.h"
#include
#define MAX_LOADST
www.eeworm.com/read/322228/13384850
sbr comport.sbr
www.eeworm.com/read/322228/13384854
obj comport.obj
www.eeworm.com/read/320007/13436315
exe comport.exe
www.eeworm.com/read/316157/13529454