Update README

This commit is contained in:
Martin Lund 2022-09-16 13:43:51 +02:00
parent d06623dd7a
commit 3298ba0f1b

View file

@ -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: