Heya!
I'm trying to control different LEDs and PWM with a TLC5940 driver from PD. I'm trying to send strings of values from PD to Arduino via Serial port.
I'm using the comport object and attempting to pack values as shown below:
i.e.
s f s f s
%1,125/
However, it's not parsing on the Arduino side. I think it is because PD adds spaces in. I have tried to compensate for this with the start/end + delimiters on the Arduino side to no avail. Can anyone help me with regards to this? Or had similar problems and found a solution?
Cheers,
Joe