11-26-2004 08:18 AM
11-29-2004 07:48 AM
@TuY wrote:
I have vb6 sp5 and NI PCI-GPIB board
My program:
Private Sub test()
Dim data1 As String
Call ibdev(0, 12, 0, 10, 0, 0, 0)
Call ibwrt(0, "TF\n")
Call ibrd(0, data1)
MsgBox (data1)
End Sub
I give the same command to the IBIC there is no problem
Is anything wrong in my program ?
Thank you for Help
11-30-2004 02:23 AM
11-30-2004 07:18 AM
11-30-2004 01:04 PM
12-03-2004 12:56 AM
12-03-2004 08:37 AM