Hi, I'm Matthew. I use Nordic's PCA10040 (nRF-52 dev kit which has SEGGER's J-Link), and SES 3.
I'm new to the
SystemView so my idea might sound weird.
Most of the time, people use UART/RS232 serial communication; a USB-UART converter to log or plot data.
Using Qt5, the cross-platform GUI application framework, I wanted to draw a graph or a line chart after receiving data.
However, each desktop OS required OS specific serial libraries. So I thought I can replace the UART serial communication to the SystemView.
In other words, I want to replace the UART module
and I want to create a cross-platform GUI desktop application, which is quite similar to the current SystemView, to plot data.
I use the PyQt5 (based on Python 3) and the Qt creator (based on C++).
Are there SystemView APIs or libraries available for Windows/Ubuntu 16/MacOS machines?
It would be great to read data with the J-Link and plot them on my GUI app.
-Regards, Matthew
This post has been edited 1 times, last edit by "MatthewKyeo" (Dec 1st 2017, 6:29pm)