//Processing Code import processing.serial.*; void setup() { //list all the available serial ports println(Serial.list()); }