代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/174637/9579277
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/174637/9579282
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/366238/9823411
cpp serialport.cpp
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME SerialPort.cpp
**
** PURPOSE This class can read, write and watch
www.eeworm.com/read/366238/9823422
h serialport.h
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME SerialPort.h
**
** PURPOSE This class can read, write and watch on
www.eeworm.com/read/366237/9823566
cpp serialport.cpp
#include "stdafx.h"
#include "SerialPort.h"
#include
#include
#ifndef GUID_CLASS_COMPORT
DEFINE_GUID(GUID_CLASS_COMPORT, 0x86e0d1e0L, 0x8089, 0x11d0, 0x9c, 0xe4,0x08,
www.eeworm.com/read/366237/9823910
h serialport.h
#ifndef __SERIALPORT_H
#define __SERIALPORT_H
#include "afxwin.h"
#include
#define ADDSCCENUM
#define MAX_SCC_NUM 128 //串口最大数量
#define MAX_SCC_RECV_LEN 4096 //串口最大读缓冲
#def
www.eeworm.com/read/366228/9824296
cpp serialport.cpp
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME CSerialPortEx.cpp
**
** PURPOSE This class can read, write and
www.eeworm.com/read/366228/9824306
h serialport.h
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME SerialPort.h
**
** PURPOSE This class can read, write and watc
www.eeworm.com/read/365624/9852892
gif serialport.gif
www.eeworm.com/read/365624/9852894
dsw serialport.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################