We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I've been following a tutorial to get the input data from my arduino. If I check the serial monitor in arduino, everything's there. So I know it's not a hardware issue.
This is my code:
--> what's the exact problem? Read(my inputdata) is always 0.. no matter what I do..
Any help is appreciated..
Answers
Your Arduino is running the Firmata firmware, right?
Try adding this line after size():
See if your Arduino is really at position zero in that list. (Mine's at 7.)
You may have to unplug the Arduino, run that code to see what the list looks like, then replug the Arduino to see what changes.
HTH