Update README

This commit is contained in:
Martin Lund 2024-04-28 17:26:10 +02:00
parent 273afb73f4
commit c453728ab5

View file

@ -197,17 +197,17 @@ It is recommended to connect serial TTY devices by ID:
``` ```
$ tio /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTCHUV56-if00-port0 $ tio /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTCHUV56-if00-port0
``` ```
Using serial devices by ID helps ensure that tio automatically reconnects to Note: Using serial devices by ID helps ensure that tio automatically reconnects
the same serial device when reattached, even when it enumerates differently. to the same serial device when reattached, even when it enumerates differently.
If no serial device by ID is available it is recommended to connect via If no serial device by ID is available it is recommended to connect via
topology ID (TID): topology ID (TID):
``` ```
$ tio bCC2 $ tio bCC2
``` ```
The TID is unique and will stay the same as long as your USB serial port device Note: The TID is unique and will stay the same as long as your USB serial port
plugs into the same USB topology (same ports, same hubs, etc.). This way it is device plugs into the same USB topology (same ports, same hubs, etc.). This way
possible for tio to successfully reconnect to the same device. it is possible for tio to successfully reconnect to the same device.
Connect automatically to first new appearing serial device: Connect automatically to first new appearing serial device:
``` ```