yuukidach / Serial-Machine

A cross platform serial tool written with Qt Quick.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serial Machine

Chinese Readme License

A Tool used for serial communication in computer, written with Qt Quick. Now only MacOS version can be acessed in release. If you want to run this app in another platform, like Windows, you can try to download this project and compile by yourself.

Usage

Open Application and set right configurations.

App Main GUI

Build by Yourself

If you want to build the application bundle by yourself, for MacOS, remember to use -qmldir option with macdepolyqt.

macdeployqt Serial-Machine-Quick.app -qmldir=<path to root qml folder> -no-strip -always-overwrite [-dmg]

About

A cross platform serial tool written with Qt Quick.

License:GNU General Public License v3.0


Languages

Language:C++ 58.2%Language:QML 35.1%Language:QMake 6.7%