Hello!
I'm working on the developement of an USB device reading sensor data received by an rf interface. To avoid writing my own driver and dll's I want to use the VISA driver. I read the article in the knowledge base ("How Can I Communicate With a Device Using NI-VISA USB RAW Mode?") and looked over the 2 Nuggets for using VISA-USB.
I have an minimal firmware with a driver (libusb) working with WinXP professional so the electrical connection is ok.
When I change the driver to the generated VISA driver I get a code 10 error message. (Device is unable to start). I only saw solutions that ended up using the original driver in LABVIEW instead of VISA but when I've control over the firmware isn't it possible to get it working with VISA?
What are the minimalistic requirements for an USB-device to work with VISA? It looks like my own device is missing some sort of request and VISA stops working at that point.
Grettings