Im having problems in arduino to processing..im always reading a 0 or LOW output at my command arduino.digitalRead(c), i tested it on normal arduino software, and it works well, i read 0 and 1 once i press the button.
here is my code
there is no loaded code on arduino, because what i understand is that i am already acessing my arduino with the processing software. maybe im wrong..should i load a code on my arduino first?
Of course. There must be something there for Processing to talk to. The Processing application is expecting you to have loaded one of the Firmata sketches on to the Arduino.