mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Provide local-echo option.
Can be switched on with -e on the command line. Can be toggled with Ctrl t e while program is running.
This commit is contained in:
parent
08fd18e803
commit
dabd2130a9
6 changed files with 38 additions and 1 deletions
|
|
@ -51,6 +51,11 @@ However, if the
|
|||
.B \-\-no\-autoconnect
|
||||
option is provided, tio will exit if the device is not present or an established connection is lost.
|
||||
|
||||
.TP
|
||||
.BR \-e ", " "\-\-local\-echo
|
||||
|
||||
Enable local echo.
|
||||
|
||||
.TP
|
||||
.BR \-l ", " "\-\-log " \fI<filename>
|
||||
|
||||
|
|
@ -100,6 +105,8 @@ List available key commands
|
|||
Send serial break (triggers SysRq on Linux, etc.)
|
||||
.IP "\fBctrl-t c"
|
||||
Show configuration (baudrate, databits, etc.)
|
||||
.IP "\fBctrl-t e"
|
||||
Toggle local echo mode
|
||||
.IP "\fBctrl-t h"
|
||||
Toggle hexadecimal mode
|
||||
.IP "\fBctrl-t l"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue