Update README

This commit is contained in:
Martin Lund 2022-09-16 13:35:23 +02:00
parent 6c168bcc77
commit d06623dd7a

View file

@ -114,6 +114,7 @@ established connection is lost.
tio features full bash autocompletion. tio features full bash autocompletion.
#### 3.1.1 Examples
Typical use is without options: Typical use is without options:
``` ```
@ -139,6 +140,11 @@ $ tio --list-devices
Note: One can also use tio shell completion on /dev which will automatically Note: One can also use tio shell completion on /dev which will automatically
list all available serial tty devices. list all available serial tty devices.
Log to file with autogenerated filename:
```
$ tio /dev/ttyUSB0 --log
```
Inject data to the serial device: Inject data to the serial device:
``` ```
$ cat data.bin | tio /dev/ttyUSB0 $ cat data.bin | tio /dev/ttyUSB0