From 5fd3bf60ba36c11ac2b2c8492c4ac2b98e88cc6e Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 17 Jul 2022 13:14:59 +0200 Subject: [PATCH] Update man page --- man/tio.1.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man/tio.1.in b/man/tio.1.in index f1e97c4..680f27c 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -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