mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update man page
This commit is contained in:
parent
e646c50019
commit
641b7d87ca
1 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH "tio" "1" "October 2017"
|
||||
.TH "tio" "1" "November 2017"
|
||||
|
||||
.SH "NAME"
|
||||
tio \- a simple TTY terminal I/O application
|
||||
|
|
@ -39,7 +39,7 @@ Set parity (default: none).
|
|||
.TP
|
||||
.BR \-o ", " "\-\-output\-delay " \fI<ms>
|
||||
|
||||
Set output delay [ms] inserted between each transmitted character (default: 0).
|
||||
Set output delay [ms] inserted between each sent character (default: 0).
|
||||
.TP
|
||||
.BR \-n ", " \-\-no\-autoconnect
|
||||
|
||||
|
|
@ -103,7 +103,7 @@ Clear screen
|
|||
.IP "\fBctrl-t q"
|
||||
Quit
|
||||
.IP "\fBctrl-t s"
|
||||
Show statistics (total number of bytes transmitted/received)
|
||||
Show TX/RX statistics
|
||||
.IP "\fBctrl-t t"
|
||||
Send ctrl-t key code
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ tio /dev/ttyUSB0
|
|||
.TP
|
||||
Which corresponds to the commonly used options:
|
||||
|
||||
tio \-\-baudrate 115200 \-\-databits 8 \-\-flow none \-\-stopbits 1 \-\-parity none /dev/ttyUSB0
|
||||
tio \-b 115200 \-d 8 \-f none \-s 1 \-p none /dev/ttyUSB0
|
||||
.TP
|
||||
It is recommended to connect serial tty devices by ID. For example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue