I have an older GPIB card that was intended to be controlled by the NI-488-2 API.
When I downloaded the sample programs, I was given errors (I'm using
vb.NET) and had to download the Visa API. (Along with a c# Class
designed by a NI developer)
The VB Code is fine now but before I plug this up to a card, I want to
know if I'm wasting my time? Only today have I realized that this may
be the wrong API for the card I have. Can I use a card that was
intended to be controlled by the NI-488-2 API with Visa API instead?
I have the NI-488-2 Function Reference manual but no sample code for it.
Thanks.