I'm new to LabView (v6) and writing a vi to read an unknown number of bytes from a serial port. I am using a while loop and would like to exit when the VISA byte count has been zero for some amount of time.
I created a timeout vi, but can't use it as a subvi, because the while loop doesn't...