https://github.com/benschza/baleka-robotic-leg-qt-app
Qt app for interfacing with and controlling the Baleka robotic leg - my final year thesis project.
https://github.com/benschza/baleka-robotic-leg-qt-app
Last synced: 6 months ago
JSON representation
Qt app for interfacing with and controlling the Baleka robotic leg - my final year thesis project.
- Host: GitHub
- URL: https://github.com/benschza/baleka-robotic-leg-qt-app
- Owner: BenSchZA
- Created: 2018-05-24T20:55:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T20:58:27.000Z (over 7 years ago)
- Last Synced: 2025-02-15T23:41:50.815Z (8 months ago)
- Language: C++
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: COPYING.GPL3.txt
Awesome Lists containing this project
README
ABOUT
=====qSerialTerm is a Qt based serial port terminal emulator.
qSerialTerm can interpret the incoming serial data as:
+ Text
+ Plots
+ ImagesqSerial can send data as:
+ Text
+ FramesThe frame mode is useful for servomotor control.
DEPENDENCIES
============+ Qwt library
+ QtSerialPort APIFor installation steps, check the wiki at:
https://github.com/JorgeAparicio/qSerialTerm/wikiBUILDING
========
Maybe you'll have to compile qwt from sources.
I tested with qwt6 static lib compiled from sources on
Debian Jessie.$ qmake
$ makeDEVELOPMENT
===========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.