mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
Fix unclear comments on serial setup
This commit is contained in:
parent
c0d9f993a2
commit
0d8fc2912f
@ -51,8 +51,8 @@ class CommandInterface:
|
||||
bytesize=8, # number of databits
|
||||
parity=serial.PARITY_EVEN,
|
||||
stopbits=1,
|
||||
xonxoff=0, # enable software flow control
|
||||
rtscts=0, # disable RTS/CTS flow control
|
||||
xonxoff=0, # don't enable software flow control
|
||||
rtscts=0, # don't enable RTS/CTS flow control
|
||||
timeout=5 # set a timeout value, None for waiting forever
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user