#include <unistd.h>
#include <stdint.h>
#include <termios.h>
#include <string>
Classes | |
class | SerialPortInterface |
Serial port interface class. More... | |
struct | SERIAL_PORT_MODE |
class | SerialPort |
Serial port class. More... | |
Enumerations | |
enum | S_FLOW_CONTROL { S_FLOW_NONE = 0, S_FLOW_SOFT, S_FLOW_HARD, S_FLOW_BOTH } |
enum | S_PARITY_CONTROL { S_PARITY_NONE = 0, S_PARITY_ODD, S_PARITY_EVEN } |
enum S_FLOW_CONTROL |
enum S_PARITY_CONTROL |