We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db23ec2 commit bf5bea4Copy full SHA for bf5bea4
examples/rtu_client_example.py
@@ -90,7 +90,7 @@
90
# stop_bits=1, # optional, default 1
91
# parity=None, # optional, default None
92
# ctrl_pin=12, # optional, control DE/RE
93
- # uart_id=1 # optional, see port specific documentation
+ uart_id=uart_id # optional, default 1, see port specific docs
94
)
95
96
if IS_DOCKER_MICROPYTHON:
0 commit comments