devinaconley / arduino-plotter

An Arduino library for easy graphing on host computer via serial communication
MIT License
186 stars 31 forks source link

Serial Plotter (Tools Menu) not fully working #25

Closed BNNorman closed 5 years ago

BNNorman commented 5 years ago

I used the Arduino Library manager to install the library but it didn't install the listener. I copied the listener folder from your website and placed it in the Plotter library folder (2 files Graph.java and listener.pde ). That allowed the Serial Plotter window to open. One I set the baud rate to 115200 it drew some axes and a grid but it didn't show any values being plotted. The windows Listener.exe worked ok.

Obviously I'm missing something but what?

Thanks

BNNorman commented 5 years ago

What a mistaka to maka. It isn't yours. And it isn't half as good.

devinaconley commented 5 years ago

Hi @BNNorman - looks like you already got this resolved, but the plotter and listener are two separate installations. Please see the quickstart here: https://github.com/devinaconley/arduino-plotter/wiki/Installation-and-Quickstart

BNNorman commented 5 years ago

It's ok. I've got your plotter and listener (Windows 64-bit) working together. I'd never noticed the Serial Plotter in the IDE before so I, incorrectly, thought it was installed when I added your library. No worries.