11-04-2008 09:36 AM
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
11-05-2008 03:00 PM
Hey gmandude,
Check out this tutorial, it might help you communicate with your instrument.
Thank you,
Ryan