| Crates.io | serial_pipe |
| lib.rs | serial_pipe |
| version | 0.1.0 |
| created_at | 2022-02-16 01:10:42.950301+00 |
| updated_at | 2022-02-16 01:10:42.950301+00 |
| description | `SerialPipe` is a simple program that can be used to read from/write to a serial device node |
| homepage | |
| repository | https://github.com/KizzyCode/SerialPipe-rust |
| max_upload_size | |
| id | 533015 |
| size | 23,232 |
SerialPipeWelcome to SerialPipe 🎉
SerialPipe is a simple program that can be used to read from/write to a serial device node.
# Dump /dev/tty.usbmodem21201 @115200 to stdout
spipe /dev/tty.usbmodem21201
# Write "Testolope" to /dev/tty.usbmodem21201 @115200 and dump /dev/tty.usbmodem21201 @115200 to stdout
echo "Testolope" | spipe /dev/tty.usbmodem21201
# Dump /dev/tty.usbmodem21201 @9600 to stdout
spipe /dev/tty.usbmodem666 9600
spipe path-to-device-node [baudrate]