arduino-plotter
arduino-plotter copied to clipboard
An Arduino library for easy graphing on host computer via serial communication
Is there a way to print current data value (in case of a time graph) along with the legend for each plot?
Support for 7+ variable graphs. Support to choose line color on graph of specified variable.
Provide debugging alternative since the serial port has been hi-jacked. Expose function to allow messages to be sent through plotter library and display on listener
It would be good to add a simple command line in the listener to send characters or commands for the control of the target
Add option to freeze listener and write out data to csv. Could also be a record option to save info over longer time period
The listener displays 1e+03 instead of 1043 and after the window has filled with the same number for a while it will display NaN on Y scale. https://i.imgur.com/IG5fRAy.gifv Also, how...