Next: "Setup Listener":
(note: Java Runtime Environment 8 required)
download the "listener" app into your host PC:
for my Linux system: click on Linux-64-bit on github QuickStart page
arduino-plotter-listener-linux64.zip will be downloaded
moved the zip file to the same .../libraries/Plotter folder as the library
Extracted there, which created a new folder with the extracted files, named: arduino-plotter-listener-linux64
Inside that folder is a file named: listener
Double-clicking that file executed and drew the plot.
However, nothing was plotted. I was running my rough draft arduino program plotter-01,
and while the listener program noted that it was scanning serial ports for a data stream,
it didn't find anything...
FIXED: by switching sketch back to 115200 baud rate,
and deleting the printPreamble line.
... from google AI ...
Run the Listener Application: You can adjust settings like the number of data points displayed, enable or disable specific variables, zoom in/out, and more within the listener application's interface.
In essence, you develop and upload your Arduino sketch with the Plotter library, and then you run the separate listener application on your computer to visualize the data being streamed from your Arduino via the serial port.