Processing Arduino communication

Hello @chrisBon8 ,

You are missing:

import processing.serial.*;

This will work and was tested:

Look up the references.

Also take a look at:
https://www.arduino.cc/reference/en/language/functions/communication/serial/println/

:)

1 Like