
UART PLOT
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Uart Plot is Serial Port terminal with an extra feature of plotting the curve of data if they are sent in CSV format(comma seperated values end with a newline like 123,456,235n).
Features
1. Port selector is editable so you can write your own port for example when i use my blueboard it create /dev/ttyACM0 virtual port so i write ttyACM0 in port line edit.(not /dev/ttyACM0)
2. you can hide or show the graph.
3. it save a default template for color of curves, you can also change the default template.
How to install:
make sure you have qt installed.
Note: make sure user is added to uucp and tty group.
extract using tar and run :
qmake
make
it will create executable in bin folder!
Please comment if u face bugs :)
here is the repo
https://github.com/sanjuchopracool/uav.git
git://github.com/sanjuchopracool/uav.git
Changelog
0.2.1 : Added Grid Support
hola123
4 years ago
Here is how I managed to compile it in Kubuntu 14.04:
Added this to the .pro file (https://github.com/Max-Coin/maxcoin/issues/48):
QT += widgets
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x000000
(I have qt5 installed)
sudo apt-get install qt-sdk
sudo apt-get install qttools5-dev-tools
qmake
make
Report
jazzcomm
7 years ago
Works very well on the raspberry pi
on the rpi, just install qt-sdk
sudo apt-get install qt-sdk
qmake
make
important if you connect a msp430 launchpad, it will be recognised as ttyACM1 on the rpi
make sure the launchpad not send anything before everything is running well (keep the reset button on the launchpad pushed you see /dev/ttyACM1
or start the launchpad with a 20 second delay
Realy a great piece of software
Greetings from Saigon, Vietnam
Report
ViRgiLiO
8 years ago
Report
sanjuchopra
9 years ago
Report