#include "serial_io.h" struct termios toptions;; void sWrite(int port, char string[], size_t length) { if(port != -1) write(port, string, length); else std::cout<