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
a5bde2ea51
commit
7d3b687eb4
1 changed files with 3 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ baudrate = 115200
|
||||||
databits = 8
|
databits = 8
|
||||||
parity = none
|
parity = none
|
||||||
stopbits = 1
|
stopbits = 1
|
||||||
color = 46
|
color = 10
|
||||||
|
|
||||||
[ftdi]
|
[ftdi]
|
||||||
tty = /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTGQVXBL-if00-port0
|
tty = /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTGQVXBL-if00-port0
|
||||||
|
|
@ -108,11 +108,11 @@ log-filename = usb.log
|
||||||
color = 13
|
color = 13
|
||||||
```
|
```
|
||||||
|
|
||||||
To use a specific sub-configuration simply start tio like so:
|
To use a specific sub-configuration by name simply start tio like so:
|
||||||
```
|
```
|
||||||
$ tio ftdi
|
$ tio ftdi
|
||||||
```
|
```
|
||||||
or
|
Or by pattern match:
|
||||||
```
|
```
|
||||||
$ tio usb12
|
$ tio usb12
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue