klonyyy / MCUViewer

Real-time embedded variable & trace viewer
GNU General Public License v3.0
705 stars 71 forks source link

Increase max number of points saved to csv file #79

Open iamthewalrus67 opened 1 week ago

iamthewalrus67 commented 1 week ago

Version/Branch:

main

Operating system:

Ubuntu 20.04

Debug probe:

ST-Link V2

Details:

Increase max number of points saved to csv file

I was wondering if it would be possible to increase the max points limitation to export more data to a .csv file. I'm currently working on a project that requires the collection of data over long periods of time, and such a feature would be useful. I tried looking into the source code to find where I can change it, but so far, I haven't found it.

Screenshots/Video:

No response

klonyyy commented 1 week ago

Hey, one solution I can see is to lower the sampling period to minimum. The other is to modify the source code which is not trivial right now. Let me know if lowering the samling rate is fine for you. Unfortunately right now there is no streaming to CSV feature.