代码搜索:Serialport

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

代码结果 4,040
www.eeworm.com/read/141751/12988043

cpp serialport.cpp

// SerialPort.cpp: implementation of the CSerialPort class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "SerialPort.h" #ifdef _DEBUG
www.eeworm.com/read/141751/12988049

h serialport.h

// SerialPort.h: interface for the CSerialPort class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SERIALPORT_H__9E263F73_9037_4DFD_A391_5176DC806079
www.eeworm.com/read/242536/13001199

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/242536/13001208

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/141158/13035258

cpp serialport.cpp

/* ** FILENAME CSerialPort.cpp ** */ #include "stdafx.h" #include "SerialPort.h" #include // // Constructor // CSerialPort::CSerialPort() { m_hComm = NULL; // in
www.eeworm.com/read/141158/13035268

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/141129/13036580

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/141129/13036590

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/140895/13053742

cpp serialport.cpp

//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加 //了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下: /* ** FILENAME SerialPort.cpp ** ** PURPOSE This class can read, write and watch
www.eeworm.com/read/140895/13053753

h serialport.h

//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加 //了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下: /* ** FILENAME SerialPort.h ** ** PURPOSE This class can read, write and watch on