Hi all,
I have written some visual basic code to read (ASCII data) from a
hp 3562A Dynamic Signal Analyser.
Visual Basic code:
Dim strPad As String
strPad = "c:\temp.txt"
Call ibrdf(strDev, strPad)
If (ibsta And EERR) Then
Call GPIBCleanup("Error")
End If
The size of the file is 11 kB.
There are totaly 721 lines in this file.
I suspected 1668 lines, the 721 lines are the last lines of the totaly suspected 1668 lines.
Where are the other 947 lines?
What is the maximum buffer size?
Otherwise, how can I get the other lines?
Thanks for your help and advice,
Stageman