Hi,
I'd like to develop a generic driver for GPIB, RS232, TCP/IP, .... using VISA library.
I use LabWindows/CVI V6.0 to develop this driver.
I have two questions:
- Can I use a "VISA driver" from Visual C++ environment ?(It's my ultimate purpose:-))
- I have only a PCL813 advantech card (ISA bus) to test my driver. How can I do that (which parameter will I pass in the viOpen function for a such card?) ? I must certainly add something in the initialisation of my program but I don't know what ? Can you explain how to do and where I can find some informations please.
thanks