Severson-Group / AMDC-Firmware

Embedded system code (C and Verilog) which runs the AMDC Hardware
http://docs.amdc.dev/firmware
BSD 3-Clause "New" or "Revised" License
31 stars 5 forks source link

Investigate Serial Studio as real-time data plotting tool #274

Open npetersen2 opened 2 years ago

npetersen2 commented 2 years ago

The AMDC can stream data in real-time to the host PC, but we do not have a stand-alone real-time plotting software tool yet. We use Jupyter notebooks and a custom matplotlib plot that hooks into the animation feature to load in new logged data from the TCP/IP stream.

There is a open-source tool called Serial Studio which might be useful: https://serial-studio.github.io/

It would probably be fairly easy to adapt the AMDC to fit into the data format from the tool. Someone should investigate this as an alternative real-time plotting tool for the AMDC.