The analog pins work like they are supposed to but I can't seem to get any pins from 0-13 to work through Firmata. I tried using Firmata test app and everything worked perfectly. I can also send serial communication both to the Arduino to processing or vice verse without using Firmata, but I just can't seem to get any output or input on the pins like its supposed to. However, I can use
Can someone please help me; its been driving me crazy
Arduino.blinkVersion()
in void loop in Arduino and that allows me to blink the light on 13 so I know this is not a hardware problem. Ive used the StanderdFirmata example among others and still no good. I believe something is lacking within the StanderdFirmata example and needs to be written in so that outputs and inputs from pin 0-13 can be used properly, but I have no idea what.
Can someone please help me; its been driving me crazy
1