I am trying to make a simple serial read vi but facing a problem that all the data serially coming are not getting separated and getting the plot on the same graph. I m using comma delimiter still not able to separate the data.
The format of coming data :-
Serial.println("95336");
delay(1000);
Serial.println("36.2");
delay(1000);
Serial.println("526.23");
delay(1000);
so on .
I have added the screenshot of my VI
please help me out