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
d06623dd7a
commit
3298ba0f1b
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -142,7 +142,17 @@ list all available serial tty devices.
|
|||
|
||||
Log to file with autogenerated filename:
|
||||
```
|
||||
$ tio /dev/ttyUSB0 --log
|
||||
$ tio --log /dev/ttyUSB0
|
||||
```
|
||||
|
||||
Enable ISO8601 timestamps per line:
|
||||
```
|
||||
$ tio --timestamp --timestamp-format iso8601 /dev/ttyUSB0
|
||||
```
|
||||
|
||||
Redirect I/O to IPv4 network socket on port 4242:
|
||||
```
|
||||
$ tio --socket inet:4242 /dev/ttyUSB0
|
||||
```
|
||||
|
||||
Inject data to the serial device:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue