mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Rename mapping flag MSB2LSB to IMSB2LSB
This is the correct naming since we are changing the input bit order on input from the serial device.
This commit is contained in:
parent
9022f51ea5
commit
d34fa1c1ad
5 changed files with 30 additions and 30 deletions
|
|
@ -216,6 +216,8 @@ Map FF to ESC-c on input
|
|||
Map NL to CR on input
|
||||
.IP "\fBINLCRNL"
|
||||
Map NL to CR-NL on input
|
||||
.IP "\fBIMSB2LSB"
|
||||
Map MSB bit order to LSB on input
|
||||
.IP "\fBOCRNL"
|
||||
Map CR to NL on output
|
||||
.IP "\fBODELBS"
|
||||
|
|
@ -228,8 +230,6 @@ Map lowercase characters to uppercase on output
|
|||
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
|
||||
If defining more than one flag, the flags must be comma separated.
|
||||
.RE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue