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
6c168bcc77
commit
d06623dd7a
1 changed files with 6 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ established connection is lost.
|
|||
|
||||
tio features full bash autocompletion.
|
||||
|
||||
#### 3.1.1 Examples
|
||||
|
||||
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
|
||||
list all available serial tty devices.
|
||||
|
||||
Log to file with autogenerated filename:
|
||||
```
|
||||
$ tio /dev/ttyUSB0 --log
|
||||
```
|
||||
|
||||
Inject data to the serial device:
|
||||
```
|
||||
$ cat data.bin | tio /dev/ttyUSB0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue