代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/455125/7377542
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/452986/7428248
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/452986/7428249
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/452986/7428252
obj serialport.obj
www.eeworm.com/read/452742/7433565
cpp serialport.cpp
/*
** 文件名称: CSerialPort.cpp
**
** 描述: 这个类能读,写和监视一个端口
** 当端口发生事件时他能给所有者发送消息
** 这个类创建一个线程来读和写,因此,主程序不会阻塞
**
** 作者: 李洋
*/
#include "stdafx.h"
#include "SerialPort.h"
#inc
www.eeworm.com/read/452742/7433571
h serialport.h
/*
** 文件名称: CSerialPort.h
**
** 描述: 这个类能读,写和监视一个端口
** 当端口发生事件时他能给所有者发送消息
** 这个类创建一个线程来读和写,因此,主程序不会阻塞
**
** 作者: 李洋
*/
#ifndef __SERIALPORT_H__
#define __SERIALPORT_H__
www.eeworm.com/read/452742/7433591
obj serialport.obj
www.eeworm.com/read/452742/7433609
sbr serialport.sbr
www.eeworm.com/read/451901/7454662
cpp serialport.cpp
// SerialPort.cpp: implementation of the CSerialPort class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "eVCComm.h"
#include "SerialPo
www.eeworm.com/read/451901/7454666
h serialport.h
// SerialPort.h: interface for the CSerialPort class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SERIALPORT_H__FDD403B2_C96C_43DE_B6B5_9BECCF00ABF4