How do I see the output from println in a cli environment?

I’m programming an electron using the command line ‘particle compile’ and uploading features from macOS. I’m familiar with Arduino IDEs having a “Serial Monitor” option to see the debugging output from println, etc… in a separate window.
Is there something similar I can use from the macOS commandline to see this output when connected directly to my device over USB?

https://docs.particle.io/reference/cli/#particle-serial-monitor :slight_smile:

3 Likes

Thanks so much. Works like a charm!

2 Likes