My labview VI doesn't read all the ascii data from the serial port of a FISO instrument.
The serial reading works fine using hyperterminal. When I use the VISA functions I have no problem to write and read until the 5th and last line of the ASCII file created by the instrument (the VISA byte at port function counts 0 byte). The VISA read function can read the 5th line only in debbuging mode (the byte at port function counts 37 bytes). I tried to add wait time, buffer read size and to turn on/off termination char and/or "Serial End Mode for Reads" and VISA read until termination char is found, but it is the same: it doesn't read the last line. Suggestions?