Merge branch 'master' of https://git.imzadi.de/acn/rtx
This commit is contained in:
commit
c471a1b1f0
3
rtx.py
3
rtx.py
@ -79,9 +79,6 @@ else:
|
|||||||
logging.error("wrong mode: %s - this should not happen", glob.mode)
|
logging.error("wrong mode: %s - this should not happen", glob.mode)
|
||||||
sys.exit()
|
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)
|
logging.debug("Serial port %s opened", glob.ser.name)
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
Reference in New Issue
Block a user