Hello
i look into this example and i have some question, i know the firmata is not for the rookies but the example really small and easy...but not work to me.. yet

- why start the example this variable? (byte analogPin;) this analogPin not used in this sketch
- can i use the arduino serial monitor to communicate to the firmata?
When i open the monitor the board immediatly send for me the following:
ùðy
if i try to send any string or char no response, no echo (of course the monintor speed changed to 57600)
- what is this STRING_DATA i look around here (
http://arduino.cc/en/Reference/Firmata and firmata.org too) and there is no info, the only string is FIRMATA_STRING
thx