SerialPipe
Welcome to SerialPipe
🎉
SerialPipe
is a simple program that can be used to read from/write to a serial device node.
```sh
spipe /dev/tty.usbmodem21201
echo "Testolope" | spipe /dev/tty.usbmodem21201
spipe /dev/tty.usbmodem666 9600 ```
sh
spipe path-to-device-node [baudrate]