代码搜索:Serialport

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

代码结果 4,040
www.eeworm.com/read/424423/10452005

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/424423/10452023

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/353365/10452828

cpp serialport.cpp

#include "SerialPort.h" #include #include using namespace std ; using namespace SerialPorts ; int SerialPort::open(char * devicename) { this->fd = ::open(devicename, O_RD
www.eeworm.com/read/353365/10452832

h serialport.h

#ifndef __SerialPort_included #define __SerialPort_included #endif #ifndef __termios_included #define __termios_included #include /* POSIX terminal control definitions */ #endif #ifndef
www.eeworm.com/read/161061/10457936

cpp serialport.cpp

/***************************************************************************** * * Atmel Corporation * * File : SerialPort.cpp * Compiler : Dev-C++ 4.9.8.0 - http://blo
www.eeworm.com/read/161061/10457974

hpp serialport.hpp

/***************************************************************************** * * Atmel Corporation * * File : SerialPort.hpp * Compiler : Dev-C++ 4.9.8.0 - http://blo
www.eeworm.com/read/352423/10554290

cpp serialport.cpp

/* ** FILENAME CChuanPort.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 class
www.eeworm.com/read/352423/10554311

h serialport.h

/* ** FILENAME CChuanPort.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/423485/10557634

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/423485/10557637

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