Hi,
What do you mean by "running this driver alone"? Do you use Labview at this point and run it only once or is it standalone? If standalone, what form does the driver take (dll, exe, obj)?
How do you set it up in your main application? Do you open / configure the port, then proceed to read it within a loop, then close the port upon exiting the loop?
I am wondering if it is related to some sort of timing issue. Not necessarily due to the serial communication, but rather from the speed at which the pressure sensor samples and prepares the data fro transmition. However, 8 seconds should be more than enough... but you never know. What does the mfg recommend as far as taking measurements? Can't be this... I've worked with pressure transducers where we took readings 100 times per second.. but this was done using a DAQ card....
Are you able to post the portion of your vi which shows the serial communication? If possible in version 7.0.. or an image.
Also, any information on the mfg and model number.
A reading every 8 seconds should be fine.. When it fails to get a reading, do you get an error message on the serial vi? If so, can you post the error? Can you also describe what you get (if anything) when it fails to get a reading?
Ray