yoelk / instrumentino

Instrumentino is an open-source modular graphical user interface framework for controlling Arduino based experimental instruments
GNU General Public License v3.0
138 stars 59 forks source link

V2 performance issues with high-rate data acquisition #39

Open yoelk opened 8 years ago

yoelk commented 8 years ago

Currently, when a high rate (>50) of data is acquired, the presented graph is not smooth. This might be because I update the graph in the same thread that parses the incoming data.