Skip to content

Poberaha/qSerialTerm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.1%
  • Prolog 2.3%
  • C 1.6%