From 62c00ce05e42f490863d17e8e72290ac666d442f Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Tue, 19 Jul 2022 12:57:12 +0200 Subject: [PATCH] Update TODO --- TODO | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/TODO b/TODO index 55bf151..7801868 100644 --- a/TODO +++ b/TODO @@ -1,24 +1,4 @@ - * Consider reworking line toggle and line pulse featueres in case requests are made to apply them to more lines: - - ctrl-t g Toggle serial line - - Which would then make tio ask which line to toggle: - - [20:50:11.691] Please enter which line number to toggle? - [20:50:11.691] DTR(0) RTS(1) CTS(2) DSR(3) DCD(4) RI(5) - - ctrl-t p Pulse serial line - - [20:50:11.691] Please enter which line number to pulse? - [20:50:11.691] DTR(0) RTS(1) CTS(2) DSR(3) DCD(4) RI(5) - - command-line: - --line-pulse-duration="DTR=60,RTS=50,CTS=40,DSR=30,DCD=20,RI=10" - - config file: - line-pulse-duration="DTR=60,RTS=50,CTS=40,DSR=30,DCD=20,RI=10" - * Split I/O feature Allow to split input and output so that it is possible to manage these independently.