mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add OIGNCR mapping flag
Ignores CR on output to serial device.
This commit is contained in:
parent
8c471105fe
commit
4723cc3f4e
5 changed files with 25 additions and 6 deletions
|
|
@ -201,8 +201,8 @@ Strip control characters and escape sequences from log.
|
|||
.TP
|
||||
.BR \-m ", " "\-\-map " \fI<flags>
|
||||
|
||||
Map (replace, translate) characters on input or output. The following mapping
|
||||
flags are supported:
|
||||
Map (replace, translate) characters on input/output to/from the serial device.
|
||||
The following mapping flags are supported:
|
||||
|
||||
.RS
|
||||
.TP 12n
|
||||
|
|
@ -226,6 +226,8 @@ Map NL to CR-NL on output
|
|||
Map lowercase characters to uppercase on output
|
||||
.IP "\fBONULBRK"
|
||||
Map nul (zero) to send break signal on output
|
||||
.IP "\fBOIGNCR"
|
||||
Ignore CR on output
|
||||
.IP "\fBMSB2LSB"
|
||||
Map MSB bit order to LSB on output
|
||||
.P
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue