代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/424687/10426496
pdb serialport.pdb
www.eeworm.com/read/424687/10426500
exe serialport.exe
www.eeworm.com/read/424687/10426506
h serialport.h
// SerialPort.h : main header file for the SERIALPORT application
//
#if !defined(AFX_SERIALPORT_H__2E80DB6D_2D60_4DC1_9BDB_4A05BEA37EDF__INCLUDED_)
#define AFX_SERIALPORT_H__2E80DB6D_2D60_4DC1_9
www.eeworm.com/read/424687/10426508
vcb serialport.vcb
www.eeworm.com/read/424687/10426517
vcw serialport.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/424687/10426524
exe serialport.exe
www.eeworm.com/read/424687/10426527
exe serialport.exe
www.eeworm.com/read/424687/10426530
aps serialport.aps
www.eeworm.com/read/161280/10430523
cpp serialport.cpp
#include "stdafx.h"
#include "SerialPort.h"
//#include "struct.h"
#include
//
// Constructor
//
CSerialPort::CSerialPort()
{
m_hComm = NULL;
dwCommEvents = EV_RXCHAR | EV
www.eeworm.com/read/161280/10430533
h serialport.h
/*
** FILENAME CSerialPort.h
**/
#ifndef __SERIALPORT_H__
#define __SERIALPORT_H__
#define WM_COMM_BREAK_DETECTED WM_USER+1 // A break was detected on input.
#define WM_COMM_CTS_DETEC