mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update README
This commit is contained in:
parent
fc54df1f22
commit
6c75ec553d
1 changed files with 4 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ when used in combination with [tmux](https://tmux.github.io).
|
||||||
* Sensible defaults (115200 8n1)
|
* Sensible defaults (115200 8n1)
|
||||||
* Support for non-standard baud rates
|
* Support for non-standard baud rates
|
||||||
* Support for mark and space parity
|
* Support for mark and space parity
|
||||||
* X-modem (1K) and Y-modem file upload
|
* X-modem (1K/CRC) and Y-modem file upload
|
||||||
* Support for RS-485 mode
|
* Support for RS-485 mode
|
||||||
* List available serial devices by ID
|
* List available serial devices by ID
|
||||||
* Show RX/TX statistics
|
* Show RX/TX statistics
|
||||||
|
|
@ -59,9 +59,10 @@ when used in combination with [tmux](https://tmux.github.io).
|
||||||
* Remapping of prefix key
|
* Remapping of prefix key
|
||||||
* Support NO_COLOR env variable as per no-color.org
|
* Support NO_COLOR env variable as per no-color.org
|
||||||
* Man page documentation
|
* Man page documentation
|
||||||
* Lua scripting support
|
* Lua scripting support for automating interaction with serial device
|
||||||
* Manipulate port control lines at connect/reconnect (useful for microcontroller reset/boot etc.)
|
* Manipulate port control lines at connect/reconnect (useful for microcontroller reset/boot etc.)
|
||||||
* Automate interaction with tty device (TBD)
|
* Simple expect/send like functionality with support for regular expressions
|
||||||
|
* Send files via x/y-modem protocol
|
||||||
* Plays nicely with [tmux](https://tmux.github.io)
|
* Plays nicely with [tmux](https://tmux.github.io)
|
||||||
|
|
||||||
## 3. Usage
|
## 3. Usage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue