From b88b344b44e4f1c75139723a97b84ea928363760 Mon Sep 17 00:00:00 2001 From: acki Date: Thu, 16 Oct 2025 19:56:19 +0200 Subject: [PATCH] odo serial --- simulated_pcb/odo_serial.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"""