I read the Genuino post which did not help me (unfortunaty). My Arduino is on COM3 so I inserted a 3 in the "myPort = new Serial(this, Serial.list()[2], 9600);" where the 2 is. When I run the Processing sketch that line is highlighted and I get the message "ArrayIndexOutOfBoundsException:3". hat am I missing?