-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
22 lines (13 loc) · 762 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* Improve error/warning messaging when parsing configuration file
* 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"