Optimierung LSP1 Kommunikation
This commit is contained in:
2
main.py
2
main.py
@@ -460,7 +460,7 @@ class ArduinoGUI:
|
|||||||
if command[0] == 'w':
|
if command[0] == 'w':
|
||||||
self.tare_angle()
|
self.tare_angle()
|
||||||
if command[0] == 'u':
|
if command[0] == 'u':
|
||||||
outCommand = F"command: {command}\n"
|
outCommand = F"{command}\n"
|
||||||
self.arduino.write(outCommand.encode())
|
self.arduino.write(outCommand.encode())
|
||||||
print(outCommand.encode())
|
print(outCommand.encode())
|
||||||
print(self.arduino.readline())
|
print(self.arduino.readline())
|
||||||
|
|||||||
Reference in New Issue
Block a user