diff --git a/serial_io.cpp b/serial_io.cpp index d4f65f4..e6006d6 100644 --- a/serial_io.cpp +++ b/serial_io.cpp @@ -5,13 +5,13 @@ struct termios toptions; void sWrite(int port, char string[], size_t length) { if(port != -1) write(port, string, length); - else for( int j = 0; j < length; j++ )std::cout<