optimierung

This commit is contained in:
2024-07-18 10:07:29 +02:00
parent 6e717027c6
commit 8efc607e03

View File

@@ -278,7 +278,7 @@ class ArduinoGUI:
pass pass
if serPort != None: if serPort != None:
self.ser = serial.Serial(serPort, 19200, timeout=1, parity=serial.PARITY_EVEN, stopbits=serial.STOPBITS_TWO) self.ser = serial.Serial(serPort, 19200, timeout=1)
print(F"Slave Port bereit an {serPort}") print(F"Slave Port bereit an {serPort}")
except Exception as e: except Exception as e:
print(F"Fehler beim Öffnen des Slave Ports an {serPort}") print(F"Fehler beim Öffnen des Slave Ports an {serPort}")