qSerialTerm icon indicating copy to clipboard operation
qSerialTerm copied to clipboard

Qt based serial port terminal emulator, data logger/plotter.

ABOUT

qSerialTerm is a Qt based serial port terminal emulator.

qSerialTerm can interpret the incoming serial data as:

  • Text
  • Plots
  • Images

qSerial can send data as:

  • Text
  • Frames

The frame mode is useful for servomotor control.

DEPENDENCIES

  • Qwt library
  • QtSerialPort API

For installation steps, check the wiki at: https://github.com/JorgeAparicio/qSerialTerm/wiki

BUILDING

$ qmake $ make

DEVELOPMENT

For further development Qt Creator is recommended.

LICENSE

The qSerialTerm code is released under the terms of the GNU General Public License (GPL) version 3.

See COPYING.GPL3.txt for more details.