Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable Buffer Size #19

Open
timoxd7 opened this issue Jan 14, 2023 · 2 comments
Open

Variable Buffer Size #19

timoxd7 opened this issue Jan 14, 2023 · 2 comments

Comments

@timoxd7
Copy link

timoxd7 commented Jan 14, 2023

Hi, great project!

I sometimes have many datapoints, exceeding the internal Buffer. Would it be possible to add a configurable sized buffer?

Also, a Checkmark with "endless" would be nice so that the software will just keep going as long as you want. Could be done with chunks of allocated heap, when exceeding just add a new chunk.

  • With buffer i mean the plot in the scrollable viewport
@nathandunk
Copy link
Owner

Hi @timoxd7, it would definitely be possible to change the buffer size to be configurable. As I am adding more features, I am trying to think of the best way to do this. Because it is related to the serial data coming in, I would likely add it on the top line next to other serial information. I am thinking a button to press which pops open a text box to fill, with a checkmark next to it that says endless. Does that sound like what you are looking for?

@timoxd7
Copy link
Author

timoxd7 commented Jan 15, 2023

@nathandunk that would be perfect.

Another idea with this implemented would be to read serial from file. I have a device not connected to a PC directly but with console to file. Combinet with an endless buffer would make it possible to parse the file with your great tool and use the plot navigations to view all captured data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants