I have a serial data string coming in over RS-232 at a rate of one data block every 1-2 seconds. does anyone have any sample code or suggestions that can help me with my data. The data is read in over the serial port. It begins with a $ and ends with a carraige return. I have been trying to figure out a way to basically read in the string as my test item outputs it, and then store the data until I have a complete data block ($xxxxxxxCR), so after I have a complete block, i can then send it to a parsing function for display.
Hopefully I've explained myself enough for someone to help this desperate programmer.
Have you tried to use the Advanced Serial Write and Read vi, shipped with LabVIEW (Examples/instr/SimpleSerl.llb/Advanced Serial Write and Read.vi). You only have to set the termination char to $0D, and try to read a number of chars larger than your actual char number.