Mindflex Arduino Datastream formatting

Hi all

have been trying to receive data from the arduino hooked on to a mindflex, using the RS232 node and at the moment we are receiving the data stream that is being sent in CSV format at the rate of one packet per second

Here is an example of the data stream coming from the arduino serial monitor

0,56,23,954475,48959,12293,7420,5193,2043,1420,4799

0,57,26,2045682,250661,21696,40094,6374,18137,13805,70981

0,47,10,2180440,994372,19498,38672,37365,20004,16910,89088

the lines above are readings over a period of 3 seconds.

But here is a picture of what we are receving on vvvv’s end.

is there any way to receive a set of strings from the arudino over a period one second.

was just wondering how i could abstract this data and put in into individual queues so we can work with the data.

Thanks