mirror of
https://github.com/meshtastic/python.git
synced 2026-01-11 09:17:59 -05:00
probable fix for the problem @avron noticed on Windows
This commit is contained in:
@@ -919,7 +919,7 @@ class SerialInterface(StreamInterface):
|
||||
|
||||
# Note: we provide None for port here, because we will be opening it later
|
||||
self.stream = serial.Serial(
|
||||
None, 921600, exclusive=True, timeout=0.5)
|
||||
None, 921600, exclusive=True, timeout=0.5, write_timeout=0)
|
||||
|
||||
# rts=False Needed to prevent TBEAMs resetting on OSX, because rts is connected to reset
|
||||
self.stream.port = devPath
|
||||
|
||||
Reference in New Issue
Block a user