c-kermit

Scriptable network and serial communication for UNIX and VMS systems

brewmacoslinux
Try with needOr install directly
Source

About

Scriptable network and serial communication for UNIX and VMS

Commands

kermit

Examples

Connect to a serial device at 9600 baud$ kermit -l /dev/ttyUSB0 -b 9600 -c
Execute a Kermit script file for automated file transfer$ kermit -S script.ksc
Send a file via Kermit protocol to remote system$ kermit -l /dev/ttyS0 -b 19200 -c -e 1024 -s filename.txt