- Linux serial communication using the termios API
- Example: `g++ -std=c++11 serial.h serial.cpp client-code.cpp
Serial()
andSerial(speed_t baud, std::string port)
assume canonical input mode.- Both delegate to
Serial(speed_t baud, std::string port, bool canon)
- Both delegate to
Serial(speed_t baud, std::string port, bool canon)
- Client specifies baudrate port and input mode