Rename to tx
This commit is contained in:
parent
bc7b508237
commit
1f390b523b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ try:
|
||||||
# On Linux, it will be "/dev/ttyXXX#", like "/dev/ttyACM0" or "/dev/ttyUSB0". I think macOS is the same.
|
# On Linux, it will be "/dev/ttyXXX#", like "/dev/ttyACM0" or "/dev/ttyUSB0". I think macOS is the same.
|
||||||
# On Windows, it will be "COM#", like "COM3"
|
# On Windows, it will be "COM#", like "COM3"
|
||||||
# ---
|
# ---
|
||||||
port = '/dev/ttyACM0'
|
port = '/dev/ttyACM2'
|
||||||
link = txfer.SerialTransfer(port, 115200, timeout=.1)
|
link = txfer.SerialTransfer(port, 115200, timeout=.1)
|
||||||
|
|
||||||
link.open()
|
link.open()
|
Loading…
Reference in a new issue