feature_lsp_com #8

Merged
musabe24 merged 17 commits from feature_lsp_com into main 2024-07-18 12:26:59 +02:00
Showing only changes of commit 8efc607e03 - Show all commits

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}")