mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Update README
This commit is contained in:
parent
c009e19d89
commit
73a30a89ef
1 changed files with 33 additions and 38 deletions
|
|
@ -65,18 +65,12 @@ The command-line interface is straightforward as reflected in the output from
|
||||||
-d, --databits 5|6|7|8 Data bits (default: 8)
|
-d, --databits 5|6|7|8 Data bits (default: 8)
|
||||||
-f, --flow hard|soft|none Flow control (default: none)
|
-f, --flow hard|soft|none Flow control (default: none)
|
||||||
-s, --stopbits 1|2 Stop bits (default: 1)
|
-s, --stopbits 1|2 Stop bits (default: 1)
|
||||||
-p, --parity odd|even|none Parity (default: none)
|
-p, --parity odd|even|none|mark|space Parity (default: none)
|
||||||
-o, --output-delay <ms> Output character delay (default: 0)
|
-o, --output-delay <ms> Output character delay (default: 0)
|
||||||
-O, --output-line-delay <ms> Output line delay (default: 0)
|
-O, --output-line-delay <ms> Output line delay (default: 0)
|
||||||
--dtr-pulse-duration <ms> DTR pulse duration (default: 100)
|
--dtr-pulse-duration <ms> DTR pulse duration (default: 100)
|
||||||
-n, --no-autoconnect Disable automatic connect
|
-n, --no-autoconnect Disable automatic connect
|
||||||
-e, --local-echo Enable local echo
|
-e, --local-echo Enable local echo
|
||||||
-t, --timestamp Enable line timestamp
|
|
||||||
--timestamp-format <format> Set timestamp format (default: 24hour)
|
|
||||||
-L, --list-devices List available serial devices
|
|
||||||
--dtr-pulse-duration <ms> DTR pulse duration (default: 100)
|
|
||||||
-n, --no-autoconnect Disable automatic connect
|
|
||||||
-e, --local-echo Enable local echo
|
|
||||||
-t, --timestamp Enable line timestamp
|
-t, --timestamp Enable line timestamp
|
||||||
--timestamp-format <format> Set timestamp format (default: 24hour)
|
--timestamp-format <format> Set timestamp format (default: 24hour)
|
||||||
-L, --list-devices List available serial devices
|
-L, --list-devices List available serial devices
|
||||||
|
|
@ -95,6 +89,7 @@ The command-line interface is straightforward as reflected in the output from
|
||||||
In session, press ctrl-t q to quit.
|
In session, press ctrl-t q to quit.
|
||||||
|
|
||||||
See the man page for more details.
|
See the man page for more details.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
By default tio automatically connects to the provided TTY device if present.
|
By default tio automatically connects to the provided TTY device if present.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue