QTc66
Linux Qt application for reading the RD TC66
Linux Qt application for reading the Rui Deng TC66/TC66C USB Power Meter data and export it in CSV format.
As manufacturer doesn't develop a Linux application for reading the device through USB, I've develop a simple one.
It's based on the following projects:
- https://github.com/Ralim/TC66C
- https://github.com/kolinger/rd-usb
This application has been made with QtCreator and depends on QtCharts library, so you must install it for compiling.
It also uses the a copy of Callout class from...