Hello,
I've got a measurement system which delivers 400 values (each of them is a 16-bit-integer) via the RS 232 to the PC. I would like to visualize and record these values.
To get an idea how LabVIEW handles communication with RS 232, I had a look at the example "LabVIEW <-> Serial.VI", which reads a given amount of bytes from the RS 232 and displays the data on the display. The problem is the high transfer rate, which causes the error message x4001, meaning: "Serial port VI error, receiving queue overflowed".
I think I've to use something like a buffer, but I don't have any idea how to realize this in LabVIEW.
Can anybody help me, please ?
Matthias
Thanks a lot, Matthias