ttycat(1) | Qualcomm Atheros Open Powerline Toolkit | ttycat(1) |
ttycat - Serial Line Output Utility
ttycat [options] [file] [file] [>stdout]
ttycat [options] [<stdin] [>stdout]
Copy one or more files to a serial device. This program is similar to traditional cat utility but expects stdout to be a serial tty device. It will configure stdout before writing and will restore the original configuration afterwards. It can be used to send data to the local Atheros UART-enabled powerline device. If the remote powerline device is not UART-enabled, use program edru to capture and display arriving at the remote host and program edsu to send files in the opposite direction.
This program is part of the Qualcomm Atheros Powerline Toolkit. See the AMP man page for an overview and installation instructions.
This program only supports the Linux and MacOSX platforms, at present.
The following command copies files abc.txt and def.bin to stdout which must be an active serial device or an error will occur.
# ttycat abc.txt def.bin > /dev/ttyUSB1
amp(1), edru(1), edsu(1), int6kuart(1),
Charles Maier
November 2013 | open-plc-utils-0.0.3 |