Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.46 KB

PLOTTER-README.md

File metadata and controls

17 lines (13 loc) · 1.46 KB

This is a short FAQ about the plotting library used in this project for testing purposes

How can I install and use the library?

The library can be installed from the Library Manager under the name 'Plotter' (with a capital P). The GitHub repo for the library hosts documentation. To use a program using the library, launch the listener app while the Arduino is running.

How can I install the listener?

This depends on what operating system you are using. Refer to the list below.

Why is my code not working when I use Serial.print/println()?

The library needs exclusive access to the serial port so you cannot use any Serial.print()s etc. in your program.

Footnotes

  1. On Mac OS, there is an issue with Gatekeeper. Because of this, once you have extracted the app to the Applications folder, you have to open Terminal and run the command xattr -rc /Applications/listener.app.