Hi, I have an arduino already communicating with pd through processing but I'm thinking of cutting out the middle man and have a couple of questions if anyone could help me out a bit
1.Can pduino read and use string data sent out on the arduino serial?
2.Is there limitations on the sensor values pduino can handle? I thought I read somewhere that it can only handle values up to 255 because there are no limits on the sensor I am currently using(a rotary encoder).
3.Do you have to load a certain firmata example of the board? Or can you use #include <Firmata.h> to get it working? I'm asking because I have some custom code to handle a sensor that can't be handled by just firmata unfortunately.