optimierung
This commit is contained in:
2
main.py
2
main.py
@@ -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}")
|
||||||
|
|||||||
Reference in New Issue
Block a user