代码搜索:Serialport

找到约 4,040 项符合「Serialport」的源代码

代码结果 4,040
www.eeworm.com/read/449237/7516615

res serialport.res

www.eeworm.com/read/449237/7516617

cpp serialport.cpp

/* Module : SERIALPORT.CPP Purpose: Implementation for an MFC wrapper class for serial ports Created: PJN / 31-05-1999 History: PJN / 03-06-1999 1. Fixed problem with code using CancelIo which doe
www.eeworm.com/read/449237/7516618

ncb serialport.ncb

www.eeworm.com/read/449237/7516620

h serialport.h

/* Module : SERIALPORT.H Purpose: Declaration for an MFC wrapper class for serial ports Created: PJN / 31-05-1999 Copyright (c) 1999 - 2002 by PJ Naughter. All rights reserved. */ /
www.eeworm.com/read/449237/7516621

001 serialport.001

# Microsoft Developer Studio Project File - Name="SerialPort" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 5.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86
www.eeworm.com/read/449237/7516622

txt serialport.txt

www.eeworm.com/read/449231/7516687

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/449231/7516690

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/446957/7562453

cpp serialport.cpp

/* ** 文件名称: CSerialPort.cpp ** ** 描述: 这个类能读,写和监视一个端口 ** 当端口发生事件时他能给所有者发送消息 ** 这个类创建一个线程来读和写,因此,主程序不会阻塞 ** ** 作者: 李洋 */ #include "stdafx.h" #include "SerialPort.h" #inc
www.eeworm.com/read/446957/7562459

h serialport.h

/* ** 文件名称: CSerialPort.h ** ** 描述: 这个类能读,写和监视一个端口 ** 当端口发生事件时他能给所有者发送消息 ** 这个类创建一个线程来读和写,因此,主程序不会阻塞 ** ** 作者: 李洋 */ #ifndef __SERIALPORT_H__ #define __SERIALPORT_H__