Cereal Monitor is an open-source drop-in replacement for Arduino serial monitor. Alongside standard monitor feature, it also supports tracking variable values.
Output of a example code shown below
To get started:
1. Install Cereal libraryhttps://github.com/mladenilic/arduino-cereal/tree/master/arduino
2. Run Cereal monitornpx arduino-cereal --port=...
3. Track variablesCereal.variable("name", value);
Check out GitHub repository for detailed installation and usage instructions – https://github.com/mladenilic/arduino-cereal#readme
Any questions and suggestions are welcome. Thanks!
Comments