For example, if I send 8 bytes continuously via RS232 to Labview,that is each channel send one byte. and get the data from Labview to display the 8 channels' signals.
But sometimes the signals displayed on LabVIEW are not displayed according to the order as I expected. for example, if the order should be:
PortA,PortB,PortC. Sometimes it would be PortB, PortC...
I check this problem carefully by creating indicators on LabVIEW to view at what value does this happen, I discovered that if it meets D'10', that is LF(line feed) in Ascii, this problem will happen. It means it ignores the rest of the bytes if it meets D'10', LF(line feed)in Ascii.I am wondering whether LabVIEW recognize data received as Ascii format or not.
If
it can recognize data as other format, this problem will be solved.
Thanks for your help.