mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update README
This commit is contained in:
parent
273afb73f4
commit
c453728ab5
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -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:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue