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
33eae0c30d
commit
84dd4c3685
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -299,20 +299,20 @@ plugged into to the exact same USB topology (same ports, same hubs, etc.) it
|
||||||
will get the exact same TID. This helps solve the problem of reconnecting to
|
will get the exact same TID. This helps solve the problem of reconnecting to
|
||||||
serical devices which do not provide a unique device by ID.
|
serical devices which do not provide a unique device by ID.
|
||||||
|
|
||||||
Additonally tio offers two convenient ways of connecting to serial devices:
|
Additonally tio offers two convenient ways of connecting to serial devices.
|
||||||
|
|
||||||
(1) Connect automatically to first new appearing serial device:
|
Connect automatically to first new appearing serial device:
|
||||||
```
|
```
|
||||||
$ tio --auto-connect new
|
$ tio --auto-connect new
|
||||||
```
|
```
|
||||||
|
|
||||||
(2) Connect automatically to latest registered serial device:
|
Connect automatically to latest registered serial device:
|
||||||
```
|
```
|
||||||
$ tio --auto-connect latest
|
$ tio --auto-connect latest
|
||||||
```
|
```
|
||||||
|
|
||||||
It is also possible to use excludes to affect which serial devices are involved
|
It is also possible to use exclude options to affect which serial devices are
|
||||||
in the strategy decisions:
|
involved in the strategy decisions:
|
||||||
|
|
||||||
Exclude devices by pattern:
|
Exclude devices by pattern:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue