qtserialport

Qt library for serial port communication with hardware devices

brewmacoslinux
Try with needOr install directly
Source

About

Provides classes to interact with hardware and virtual serial ports

Commands

qtserialport

Examples

List available serial ports on the system$ qSerialPort -l
Open and read data from a serial port at 9600 baud$ qSerialPort -p /dev/ttyUSB0 -b 9600 -r
Write data to a serial port with specific settings$ qSerialPort -p /dev/ttyACM0 -b 115200 -d 8 -s 1 -w 'Hello Device'