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
3e81f36dce
commit
eb087713a4
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -191,6 +191,11 @@ By-path
|
|||
/dev/serial/by-path/pci-0000:00:14.0-usb-0:6.4:1.0-port0
|
||||
/dev/serial/by-path/pci-0000:00:14.0-usbv2-0:6.3:1.2
|
||||
/dev/serial/by-path/pci-0000:00:14.0-usb-0:6.3:1.2
|
||||
|
||||
Configuration profiles
|
||||
--------------------------------------------------------------------------------
|
||||
rpi3 stm32 esp32 am64-evm
|
||||
imx8mp-evk nucleo-h743zi2 usb-devices
|
||||
```
|
||||
|
||||
It is recommended to connect serial TTY devices by ID:
|
||||
|
|
@ -209,6 +214,11 @@ Note: The TID is unique and will stay the same as long as your USB serial port
|
|||
device plugs into the same USB topology (same ports, same hubs, etc.). This way
|
||||
it is possible for tio to successfully reconnect to the same device.
|
||||
|
||||
To connection via configuration profile simply do:
|
||||
```
|
||||
tio stm32
|
||||
```
|
||||
|
||||
Connect automatically to first new appearing serial device:
|
||||
```
|
||||
$ tio --auto-connect new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue