-
Notifications
You must be signed in to change notification settings - Fork 226
Serial Plotter #470
base: main
Are you sure you want to change the base?
Serial Plotter #470
Conversation
When will this be added? Also - would be great if it was added in a way that you can have both, the plotter and monitor, open at the same time - this currently lacks in the Arduino IDE |
@dvdbot
Viewing of both monitor and plotter is currently available. But there are performance problems, at high refresh-rate plotter just freezes after a while. |
…lotter # Conflicts: # package-lock.json # src/common/constants.ts # src/serialmonitor/serialMonitor.ts # src/serialmonitor/serialportctrl.ts # src/views/package-lock.json
Here is the video: http://ucarecdn.com/1abde84e-d534-4f14-9db9-d1424afdb2d4/ |
That looks amazing! |
…lotter # Conflicts: # package-lock.json # src/views/package-lock.json
any updates?! |
Any news on this? |
Any way for outside folks to help out, or is it done and we're just waiting on main branch people to greenlight the merge? |
i have survived time w/o internet but this PR still not merged |
any updates?! |
Guys, I don't know why, but the maintainers definitely don't want this pull request to be merged into the master. I could probably publish my fork with serial plotter at the vscode marketplace so you can use it easily, but I think it's a bad way to go. So I'll ask one last time before I close this pull request and forget about it. What do I need to do to get approve and see serial plotter in the release? Apart from resolving master conflicts and the green travis. Maybe I'm doing something wrong? Give me some feedback and don't ignore, please. |
This would be a very desirable feature to have. Maintainers, pleaaaaaaase! |
Why is this ignored? |
@nd0ut it is possible to have Serial plotter as separate extension for vscode? |
@shizn please review |
Thanks for looping me in. But sorry guys, I'm no longer the owner or maintainer of this project for 2 years. :( |
any uptdate ? |
@timebis It seems there was a pull request made but rejected. :( But I don't see any date on the PR. |
I'm taking a look at this PR now. I've resolved all the merge conflicts, if everything works I'll merge this into dev shortly. |
Maybe not a bad idea, especially if you're willing to review and accept other contributions too. I would gladly participate in developing more active fork. This repo have become painfully slow even on fixing major bugs, let alone adding new features. |
You can use this plotter. Stillin dev (add export CSV...) It seems to be awesome : |
@nd0ut, hi, as shizn is not responsible for this project anymore, could you please set @adiazulay as a reviewer, so we can get going? 🙏 |
@farr-slmn Seems like I can't edit the reviewers list: |
Is there anything I could do to unblock this? Let me know. |
hello, I created a community fork at https://github.com/vscode-arduino/vscode-arduino. |
Hello! I sketched a simple Serial Plotter. It is based on highcharts library and react wrapper.
Please take a look.
Task list:
Plot function example:
You can activate Serial Plotter with button in the Status Bar.
I'll add some screenshots later.
Any suggestions or criticism?