mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update man page
This commit is contained in:
parent
f26abe91b8
commit
5fd3bf60ba
1 changed files with 6 additions and 1 deletions
|
|
@ -451,7 +451,12 @@ Then, use netcat to connect to the shared tty session over network (assuming tio
|
|||
$ nc -N 10.0.0.42 4444
|
||||
|
||||
.TP
|
||||
Pipe data from file to the serial device:
|
||||
Pipe command to the serial device:
|
||||
|
||||
$ echo "ls -la" | tio /dev/serial/by\-id/usb\-FTDI_TTL232R-3V3_FTGQVXBL\-if00\-port0
|
||||
|
||||
.TP
|
||||
Likewise, to pipe data from file to the serial device:
|
||||
|
||||
$ cat data.bin | tio /dev/serial/by\-id/usb\-FTDI_TTL232R-3V3_FTGQVXBL\-if00\-port0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue