-
Notifications
You must be signed in to change notification settings - Fork 244
Serial Plotter #470
Serial Plotter #470
Conversation
CLA assistant check
All CLA requirements met.
ThaDaVos
commented
Sep 27, 2018
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
Sorry guys, my chinese arduino died and I stopped working on this PR.
It feels like a week has passed since that moment, but in fact for half a year :)
I'll order a bunch of new arduino's right now and continue working on PR.
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
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/
ThaDaVos
commented
Oct 1, 2018
That looks amazing!
...lotter # Conflicts: # package-lock.json # src/views/package-lock.json
SupinePandora43
commented
Jul 21, 2019
any updates?!
Any news on this?
How to test the work so far?
tjwieg
commented
Jan 22, 2020
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?
SupinePandora43
commented
Jan 25, 2020
i have survived time w/o internet but this PR still not merged
romanlex
commented
Feb 16, 2020
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.
dariosalvi78
commented
Jul 14, 2020
This would be a very desirable feature to have. Maintainers, pleaaaaaaase!
fellnerse
commented
Sep 30, 2020
Why is this ignored?
SupinePandora43
commented
Oct 2, 2020
@nd0ut it is possible to have Serial plotter as separate extension for vscode?
DaVarga
commented
Oct 13, 2020
@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. :(
This is an amazing PR. Let me try to figure out how to make this move forward. Stay tuned.
timebis
commented
Jan 20, 2021
any uptdate ?
@timebis It seems there was a pull request made but rejected. :( But I don't see any date on the PR.
Still waiting...
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.
AlexIII
commented
Nov 20, 2021
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.
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.
And I think this not going to change until there's an alternative.
CorentinPacaud
commented
Dec 10, 2021
You can use this plotter. Stillin dev (add export CSV...) It seems to be awesome :
https://github.com/nesnes/teleplot-vscode
farr-slmn
commented
Oct 5, 2023
@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:
image
Is there anything I could do to unblock this? Let me know.
farr-slmn
commented
Oct 6, 2023
Is there anything I could do to unblock this? Let me know.
Do you have any cogs available to opt out from reviewers?
image
If no, I think it would be great to @ someone with permission to edit reviewers. (I don't know whom to call, so i'm letting you to pick someone you knew and still available)
lersi
commented
Apr 22, 2024
hello, I created a community fork at https://github.com/vscode-arduino/vscode-arduino.
You are more than welcome to merge your changes there.
Uh oh!
There was an error while loading. Please reload this page.
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?