Skip to content

A simple, cross-platform serial port terminal application written with Qt/QML - Modified to new featuers

License

Notifications You must be signed in to change notification settings

AraSaWCH/QSerialTerminal

 
 

Repository files navigation

QSerialTerminal

Build Status Github All Releases

A simple, cross-platform serial port terminal application written with Qt/QML.

Features:

  • Display data in text & hexadecimal format
  • Line ending control
  • Optional autoscrolling
  • Export terminal output to file
  • File transmission to serial port device

Main window screenshot

Compiling the application

Once you have Qt installed, open QSerialTerminal.pro in Qt Creator and click the "Run" button.

Alternatively, you can also use the following commands:

qmake
make -j4

Licence

This project is released under the terms and conditions of the MIT License.

About

A simple, cross-platform serial port terminal application written with Qt/QML - Modified to new featuers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.6%
  • QML 24.6%
  • NSIS 3.7%
  • QMake 2.1%