Simple Serial Port terminal for communicating with hardware. If you liked the app please .
The idea is to create a simple and good loking terminal for being able to transmit to and from electronic boards and hardware. It can be configured to show data in hex or string format. It allows manual configuration of the port to use. It supports console mode, where data is sent right away a key is pressed, or traditional mode, where you write data in a line, chose a end delimiter and then send it with a button. It has utilities to convert text to hex and visceversa.
The easiest way is to import the project with Qt Creator and compile it from ther. In Qt Creator:
- Go to New Project -> Import
- Select git clone option
- Paste the repo url https://github.com/PabloF7/noter.git
- Select directory and Finish!
You can also run in the project directory:
qmake && make
Qt 5.x or above is needed, with QtQuick controls 2.x.
You can download binaries for Linux or Windows from here. They are supposed to autodetect your language if it's English or Spanish.
If you want to help a not very experienced programmer like me and make this project better, pleas contact me.