代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/178423/9399112
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/177983/9424271
cpp serialport.cpp
/*
** FILENAME CSerialPort.cpp
**
** PURPOSE This class can read, write and watch one serial port.
** It sends messages to its owner when something happends on the port
** The clas
www.eeworm.com/read/177983/9424277
h serialport.h
/*
** FILENAME CSerialPort.h
**
** PURPOSE This class can read, write and watch one serial port.
** It sends messages to its owner when something happends on the port
** The class
www.eeworm.com/read/176878/9480588
obj serialport.obj
www.eeworm.com/read/176878/9480597
cpp serialport.cpp
//---------------------------------------------------------------------------
//串口控制类
//基本用WINAPI实现,采用事件响应方式,用一个线程处理各种消息
//用一个线程进行监控串口以接收字符,直接向串口写字符
//作者:李磊
//最后修改日期:2004年4月
#include
#p
www.eeworm.com/read/176878/9480602
h serialport.h
//---------------------------------------------------------------------------
//定义串口控制类
//作者:冯华亮
//最后修改日期:2002年5月
#ifndef SerialPortH
#define SerialPortH
//--------------------------------------
www.eeworm.com/read/176234/9511164
cpp serialport.cpp
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME CSerialPortEx.cpp
**
** PURPOSE This class can read, write and
www.eeworm.com/read/176234/9511176
h serialport.h
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME SerialPort.h
**
** PURPOSE This class can read, write and watc
www.eeworm.com/read/176090/9516955
cpp serialport.cpp
#include "stdafx.h"
#include "SerialPort.h"
#include
//
// Constructor
//
CSerialPort::CSerialPort()
{
m_hComm = NULL;
// initialize overlapped structure members to zero
www.eeworm.com/read/176090/9516957
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)