mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update doc
This commit is contained in:
parent
adafa00b87
commit
5ec33f5d4d
3 changed files with 3 additions and 3 deletions
|
|
@ -411,7 +411,7 @@ script = set{DTR=high,RTS=low}; msleep(100); set{DTR=low,RTS=high}; msleep(100);
|
||||||
script-run = once
|
script-run = once
|
||||||
color = 13
|
color = 13
|
||||||
|
|
||||||
[usb devices]
|
[usb-devices]
|
||||||
pattern = ^usb([0-9]*)
|
pattern = ^usb([0-9]*)
|
||||||
device = /dev/ttyUSB%m1
|
device = /dev/ttyUSB%m1
|
||||||
color = 14
|
color = 14
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ log-file = tincan.log
|
||||||
log-strip = true
|
log-strip = true
|
||||||
color = 11
|
color = 11
|
||||||
|
|
||||||
[usb]
|
[usb-devices]
|
||||||
pattern = ^usb([0-9]*)
|
pattern = ^usb([0-9]*)
|
||||||
device = /dev/ttyUSB%m1
|
device = /dev/ttyUSB%m1
|
||||||
color = 12
|
color = 12
|
||||||
|
|
|
||||||
|
|
@ -622,7 +622,7 @@ regular expressions:
|
||||||
.RS
|
.RS
|
||||||
.nf
|
.nf
|
||||||
.eo
|
.eo
|
||||||
[usb device]
|
[usb-devices]
|
||||||
pattern = ^usb([0-9]*)
|
pattern = ^usb([0-9]*)
|
||||||
device = /dev/ttyUSB%m1
|
device = /dev/ttyUSB%m1
|
||||||
baudrate = 115200
|
baudrate = 115200
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue