Hi,
I receive 4 integer values in ascii string over comport. I wonder how can I get those values into PD ?
For instance : " 100 23 -12 340 \n" is a typical message...
I have string2any missing in my pd-Ext ?
I also tried with ArduinoPuredataMessageSystem.pd and unpack, but the problem is that I get extra space characters between digits and then unpack is unsuccessful... Maybe a way to strip those spaces (for instance I get " 1 0 0 2 3 - 1 2..."
Thanks in advance,
regards.
Bulek