Hi there guys, I have a trouble with arduino mega 2560 and firmata 2.2 (interfacing it with pure data and pduino 0.5beta8)... I need all digital pin (in input, using them with pushbutton sensors), without analog pin... using examples included in arduino 0022 (firmata 2.2), I try SimpleDigitalFirmata to try if it work with Pure Data, but only first 13 pin works well (putting the other on GND, so they doesn't give me random values)... if I put pushbutton sensors to others digital pins, they give me only random values (or nothing)...
I think (maybe it's my error) that the error is in the sketch (I'm now trying AllInputsFirmata), or in PD, maybe I have to change some values, but I don't know what values...
And I have another question: can I use 5 arduino mega on a single patch? I tried with HID object (using it with keyboards), but I can use one HID object for each patch... is there possible using more arduinos on a single patch? Or I have to create a patch for each arduino?
Thank you so much, I am in trouble just now with a project for university ehehehehhe
PS: Sorry for my bad english language
