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