代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/268956/11112938
h serialport.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_DETECTED WM_USER+2 // The CTS (clear-to-send)
www.eeworm.com/read/268290/11145322
cpp serialport.cpp
/*
** FILENAME CSerialPort.h
**
** PURPOSE This class can read, write one serial port.
**
** CREATION DATE 04-22-2005
** LAST MODIFICATION 05-17-2005
**
** AUTHOR Yuangang Huang
**
www.eeworm.com/read/268290/11145333
h serialport.h
/*
** FILENAME CSerialPort.h
**
** PURPOSE This class can read, write one serial port.
**
** CREATION DATE 04-22-2005
** LAST MODIFICATION 05-17-2005
**
** AUTHOR Yuangang Huang
**
www.eeworm.com/read/268179/11150187
ico serialport.ico
www.eeworm.com/read/268179/11150191
vcp serialport.vcp
# Microsoft eMbedded Visual Tools Project File - Name="SerialPort" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "
www.eeworm.com/read/268179/11150192
vco serialport.vco
www.eeworm.com/read/268179/11150195
rc serialport.rc
//Microsoft eMbedded Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/268179/11150201
cpp serialport.cpp
// SerialPort.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "SerialPort.h"
#include "SerialPortDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/268179/11150206
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/268179/11150207