代码搜索:Serialport

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

代码结果 4,040
www.eeworm.com/read/137495/13319476

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/137495/13319488

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/137439/13322269

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/137439/13322271

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/137287/13334723

cpp serialport.cpp

// SerialPort.cpp: implementation of the CSerialPort class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "serialas.h" #include "SerialP
www.eeworm.com/read/137287/13334734

h serialport.h

// SerialPort.h: interface for the CSerialPort class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SERIALPORT_H__5C32C8F3_BFC5_424C_B94D_1AF2B93B9000
www.eeworm.com/read/136416/13379876

cpp serialport.cpp

/* ** FILENAME CSerialPortEx.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 cl
www.eeworm.com/read/136416/13379877

h serialport.h

/* ** FILENAME SerialPort.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 c
www.eeworm.com/read/136403/13379970

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/136403/13379984

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)