mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update TODO
This commit is contained in:
parent
70f69899fc
commit
4952c6ca13
1 changed files with 17 additions and 0 deletions
17
TODO
17
TODO
|
|
@ -17,3 +17,20 @@
|
||||||
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
|
Will result in output stream being hosted via /tmp/tio-socket-0 and input stream hosted via /tmp/tio-socket-0_input
|
||||||
|
|
||||||
|
* Websocket support
|
||||||
|
|
||||||
|
Extend the socket feature to redirect serial I/O to websocket or e.g. port 1234 like so
|
||||||
|
|
||||||
|
$ tio --socket ws:1234
|
||||||
|
|
||||||
|
Use libwesockets to implement feature.
|
||||||
|
|
||||||
|
* RS-485 support
|
||||||
|
|
||||||
|
Many modern RS-485 devices such as the ones from FTDI already operate in
|
||||||
|
RS-485 mode by default and will work with tio out of the box. However, there
|
||||||
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue