From 028bd34cbee1a674d507724dbde24813aabe6ee1 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Wed, 6 Jul 2022 14:46:28 +0200 Subject: [PATCH] Update README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index b7d2455..24a369a 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,25 @@ established connection is lost. tio features full bash autocompletion. + +Typical use is without options: +``` +$ tio /dev/ttyUSB0 +``` + +Which corresponds to the commonly used options: +``` +$ tio -b 115200 -d 8 -f none -s 1 -p none /dev/ttyUSB0 +``` + +It is recommended to connect serial tty devices by ID: +``` +$ tio /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTGQVXBL-if00-port0 +``` +Using serial devices by ID ensures that tio automatically reconnects to the +correct serial device if the serial device is disconnected and then +reconnected. + ### 3.2 Key commands Various in session key commands are supported. When tio is started, press