I have an instrument that performs a screen dump to my PC after it receives a 'stop' command from the PC.
Using windows Hyperterminal, I can see the screen dump on the computer, once the 'stop' command is sent to the instrument.
I can control the instrument using Labview, I want to be able to see the screen dump in my labview program.
I am currently using a VISA read with a byte count of 3000 and hae a 'String Indicator' on the 'Read Buffer' output of the VISA read vi.
On the front panel, after i have sent the 'stop' command, I can see the last line of the screen dump only.
Any suggestions on how to view the entire screen dump?