I have a NI PCI-GPIB interface card, and simply want to verify that the device is turned on with my program starts up. I am using VB.NET within MS Visual Studio 2003 along with the GPIB library (included with the NI Card) for .NET.
Is there a simply command to verify that the (or any device) is listening on the GPIB cable? I do have it working right now, but it is not very clean or quick...
I would look at the Board class's FindListeners() overloaded method. You can find all listeners, or for maximum efficicency, specify what address you want to scan and it will do so. Hope this helps.