Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Can anyone tell me how to read and write from/to a PCI-GPIB card using C#.NET and without being the Controller?

I have a computer that is a controller. I need to read and write from/to the controller over gpib using c#. I can detect when the controller sends something with the following line of code:

myBoard.Notify(GpibStatusFlags.Attention, new NotifyCallback(myCallBack), "Test");

but I cannot read what is coming in from the controller and I can't write back to the controller.

 

Any ideas would be greatly appreciated.

 

G

0 Kudos
Message 1 of 2
(3,447 Views)

Hey gmandude,

 

Check out this tutorial, it might help you communicate with your instrument.

 

Thank you,

Ryan

National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(3,430 Views)