diff --git a/simulated_pcb/odo_serial.py b/simulated_pcb/odo_serial.py index 12a366d..0231c98 100644 --- a/simulated_pcb/odo_serial.py +++ b/simulated_pcb/odo_serial.py @@ -8,8 +8,7 @@ BAUDRATE = 115200 stop_thread = False -hola = ("SET;START;1" - "SET;PID;THETA;8;1;1") +hola = "SET;START;1\nSET;PID;THETA;8;1;1" def read_serial(ser): """Thread de lecture asynchrone du port série"""