Small utility to write to a serial port
usage: serialsend --port=PORT [<flags>] <data>
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-v, --debug Enable debug mode. Also prints data to the console
-p, --port=PORT Serialport to use e.g. /dev/ttyUSB1
-b, --baud=115200 Baudrate to send with
--version Show application version.
Args:
<data> Data to send to the port
Build yourself or download the latest release here https://github.com/binaryplease/serialsend/releases/latest