Update README

This commit is contained in:
Martin Lund 2022-07-06 14:51:25 +02:00
parent 028bd34cbe
commit 736c1ed003
2 changed files with 4 additions and 5 deletions

View file

@ -102,7 +102,7 @@ Typical use is without options:
$ tio /dev/ttyUSB0 $ tio /dev/ttyUSB0
``` ```
Which corresponds to the commonly used options: Which corresponds to the commonly used default options:
``` ```
$ tio -b 115200 -d 8 -f none -s 1 -p none /dev/ttyUSB0 $ tio -b 115200 -d 8 -f none -s 1 -p none /dev/ttyUSB0
``` ```
@ -112,8 +112,7 @@ It is recommended to connect serial tty devices by ID:
$ tio /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTGQVXBL-if00-port0 $ tio /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTGQVXBL-if00-port0
``` ```
Using serial devices by ID ensures that tio automatically reconnects to the Using serial devices by ID ensures that tio automatically reconnects to the
correct serial device if the serial device is disconnected and then correct serial device if it is disconnected and then reconnected.
reconnected.
### 3.2 Key commands ### 3.2 Key commands

View file

@ -354,7 +354,7 @@ Typical use is without options:
$ tio /dev/ttyUSB0 $ tio /dev/ttyUSB0
.TP .TP
Which corresponds to the commonly used options: Which corresponds to the commonly used default options:
$ tio \-b 115200 \-d 8 \-f none \-s 1 \-p none /dev/ttyUSB0 $ tio \-b 115200 \-d 8 \-f none \-s 1 \-p none /dev/ttyUSB0
.TP .TP
@ -363,7 +363,7 @@ It is recommended to connect serial tty devices by ID:
$ tio /dev/serial/by\-id/usb\-FTDI_TTL232R-3V3_FTGQVXBL\-if00\-port0 $ tio /dev/serial/by\-id/usb\-FTDI_TTL232R-3V3_FTGQVXBL\-if00\-port0
.PP .PP
Using serial devices by ID ensures that tio automatically reconnects to the Using serial devices by ID ensures that tio automatically reconnects to the
correct serial device if the device is disconnected and then reconnected. correct serial device if it is disconnected and then reconnected.
.TP .TP
Redirect serial device I/O to Unix file socket for scripting: Redirect serial device I/O to Unix file socket for scripting: