From b12a41611058c4621346c2026e5413b38e515033 Mon Sep 17 00:00:00 2001 From: Musab Erdem Date: Tue, 23 Jul 2024 11:09:21 +0200 Subject: [PATCH] Optimierung LSP1 Kommunikation --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index eaab0ef..68d8ac4 100644 --- a/main.py +++ b/main.py @@ -462,6 +462,7 @@ class ArduinoGUI: if command[0] == 'u': outCommand = F"command: {command}\n" self.arduino.write(outCommand.encode()) + print(self.arduino.readline()) time.sleep(0.1) self.ser.read()