Implementation of SerialPort for Linux. More...
#include "../../common/common.h"#include "../ymodem_tx.h"#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <termios.h>#include <stdio.h>#include <errno.h>#include <string.h>#include <unistd.h>
Go to the source code of this file.
Classes | |
| class | LinuxSerialPort |
| Serial port object for Linux. More... | |
Defines | |
| #define | DEVICE_NAME_ROOT "/dev/ttyS" |
Implementation of SerialPort for Linux.
Definition in file serial_port.cpp.
| #define DEVICE_NAME_ROOT "/dev/ttyS" |
Root of serial port device names.
Definition at line 48 of file serial_port.cpp.
1.6.1