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
13f3bedb2f
commit
50253a6a77
2 changed files with 3 additions and 3 deletions
|
|
@ -389,7 +389,7 @@ TTY device to connect to and other options.
|
||||||
Example configuration file:
|
Example configuration file:
|
||||||
|
|
||||||
```
|
```
|
||||||
# Defaults
|
[default]
|
||||||
baudrate = 115200
|
baudrate = 115200
|
||||||
databits = 8
|
databits = 8
|
||||||
parity = none
|
parity = none
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
# $HOME/.config/tio/config
|
# $HOME/.config/tio/config
|
||||||
# $HOME/.tioconfig
|
# $HOME/.tioconfig
|
||||||
|
|
||||||
# Defaults
|
[default]
|
||||||
baudrate = 115200
|
baudrate = 115200
|
||||||
databits = 8
|
databits = 8
|
||||||
flow = none
|
flow = none
|
||||||
|
|
@ -69,5 +69,5 @@ color = 13
|
||||||
[esp32]
|
[esp32]
|
||||||
device = /dev/ttyUSB0
|
device = /dev/ttyUSB0
|
||||||
color = 14
|
color = 14
|
||||||
script = high(DTR); low(RTS); msleep(100); low(DTR); high(RTS); msleep(100); low(RTS)
|
script = set{DTR=high,RTS=low}; msleep(100); set{DTR=low,RTS=high}; msleep(100); set{RTS=low}
|
||||||
script-run = always
|
script-run = always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue