Hi, i need to send three different values from arduino to pure data, i tried to use a comport obj but i have problems, basically i need to send a message like this:
0.876 0.234 -0.765
where the three numbers controls three different object in pd and are not direct readings from analog/digital but calculated values.
I tried to format the serial from arduino to list the output of the comport and then unpack but it isn't working....
Suggestion?
Tx