Proof of concept for reading serial output from Arduino directly
- Clone the repo
- Upload
.inofile to Arduino (e.g. via IDE) - Verify output is being seen via Serial Monitor in Arduino IDE
- Open terminal, listen to same port that Arduino writes to
tail -f /dev/ttyACM0on Linux
- May require more setup on other platforms