Fehler bei Portauswahl...
This commit is contained in:
parent
5c0bae1a81
commit
b70a8a16dc
3
rtx.py
3
rtx.py
@ -79,9 +79,6 @@ else:
|
||||
logging.error("wrong mode: %s - this should not happen", glob.mode)
|
||||
sys.exit()
|
||||
|
||||
#glob.ser = serial.Serial(config.PORT, config.BAUDRATE, timeout=None, rtscts=True, dsrdtr=True)
|
||||
glob.ser = serial.Serial(config.PORT, config.BAUDRATE, timeout=None, bytesize=8, parity='N', stopbits=2, rtscts=False, dsrdtr=False)
|
||||
|
||||
logging.debug("Serial port %s opened", glob.ser.name)
|
||||
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user