any one can help me my arduino can't read my value the program is extractind data from a game and show it in small bow after i want to transfer it to arduino
this is the program
import processing.serial.*;
import jaron.flightgear.*;
import jaron.gui.*;
import jaron.pde.*;
// The TEST components that are used by this application
Display display;
FlightGearReceiver receiver;
Serial port;
// The PDE setup method that is called once at startup