I'm using the Arduino library in Processing. But none of the example sketches are working. I've tried changing the serial port using Arduino.list[0]
and Arduino.list[1]
.
If I choose any higher number it throws an error, so I assume it only sees two serial devices.
My Arduino is connected and working. I have no problem using it through the Arduino application.
What are some other possible problems?
There is an example sketch on page Arduino and Processing that I have been using to troubleshoot.