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
36e091842e
commit
167a19fcdd
2 changed files with 10 additions and 10 deletions
10
README.md
10
README.md
|
|
@ -153,18 +153,18 @@ Example configuration file:
|
|||
|
||||
```
|
||||
# Defaults
|
||||
baudrate = 115200
|
||||
baudrate = 9600
|
||||
databits = 8
|
||||
parity = none
|
||||
stopbits = 1
|
||||
color = 10
|
||||
|
||||
[ftdi]
|
||||
[rpi3]
|
||||
tty = /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTGQVXBL-if00-port0
|
||||
baudrate = 9600
|
||||
baudrate = 115200
|
||||
no-autoconnect = enable
|
||||
log = enable
|
||||
log-file = ftdi.log
|
||||
log-file = rpi3.log
|
||||
color = 12
|
||||
|
||||
[usb devices]
|
||||
|
|
@ -175,7 +175,7 @@ color = 13
|
|||
|
||||
To use a specific sub-configuration by name simply start tio like so:
|
||||
```
|
||||
$ tio ftdi
|
||||
$ tio rpi3
|
||||
```
|
||||
Or by pattern match:
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue