RADLib
RADical C++ application framework

RADSerial provides Linux serial port support through RADSerial::RADSerialPort. It uses RADCore::RADIODevice and posts read availability through RADCore::EventLoop.

Core features:

  • Baud rate, data bits, parity, stop bits, and flow control configuration.
  • Async readyRead delivery.
  • RADIODevice read/write compatibility.
  • Basic /dev serial port discovery.