From 99c7aa85ed0434f5e314ae3f5f5c2e070ad7c5a8 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 25 Jul 2022 20:38:04 +0200 Subject: [PATCH] Update TODO --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index cc02ccc..c0496e3 100644 --- a/TODO +++ b/TODO @@ -16,7 +16,7 @@ For file sockets something similar can be arranged: - tio /dev/ttyUSB0 --socket unix:/tmp/tio-socket-0,split-io + $ tio /dev/ttyUSB0 --socket unix:/tmp/tio-socket-0,split-io Will result in output stream being hosted via /tmp/tio-socket-0 and input stream hosted via /tmp/tio-socket-0_input @@ -37,4 +37,5 @@ are still some RS-232/485 devices which need to be switched from e.g. RS-232 to RS-485 mode to operate accordingly on the physical level. - To support RS-485 on such serial devices the idea is to add a --rs-485 option. + To enable RS-485 mode on such serial devices the idea is to add a --rs-485 + option.