Add character mapping examples

This commit is contained in:
Martin Lund 2025-01-25 15:09:07 +01:00
parent 27f8f2c4e6
commit 37994b3cc5
3 changed files with 15 additions and 0 deletions

View file

@ -751,6 +751,11 @@ Likewise, to pipe data from file to the serial device:
$ cat data.bin | tio /dev/serial/by\-id/usb\-FTDI_TTL232R-3V3_FTGQVXBL\-if00\-port0
.TP
Map NL to CR-NL on input from device and DEL to BS on output to device:
$ tio --map INLCRNL,ODELBS /dev/ttyUSB0
.TP
Enable RS-485 mode: