From 01f3c391f09905d74a936ceac1ea4507d6572ccd Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 26 Apr 2024 22:54:25 +0200 Subject: [PATCH] Update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d627f2c..4584f64 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,15 @@ $ 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 it is disconnected and then reconnected. +If no serial device by ID is available it is also possible to connect via +topology ID (TID): +``` +$ tio bCC2 +``` +The TID is unique and will stay the same as long as your USB serial port device +plugs into the same USB topology (same ports, same hubs, etc.). This way tio +will successfully reconnect to the same device when reconnected. + List available serial devices: ``` $ tio --list