feature_lsp_com #8
2
main.py
2
main.py
@@ -278,7 +278,7 @@ class ArduinoGUI:
|
||||
pass
|
||||
|
||||
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}")
|
||||
except Exception as e:
|
||||
print(F"Fehler beim Öffnen des Slave Ports an {serPort}")
|
||||
|
||||
Reference in New Issue
Block a user