This is a simple application for live reading the TC66/TC66C USB power meter
Install Qt5 development tools. You also need libcrypto and QtCharts.
Open the project with QtCreator and compile it or type 'make' in a console.
Open the application, type the serial port for the device and start recording data.
You can also save the recorded data in a CSV file.
This application is heavily based on the projects:
And uses the Callout class found in https://github.com/eyllanesc/stackoverflow/tree/master/questions/51085719
This library is under GPL3 license. A copy of it is included.