09-19-2006 04:19 PM
09-20-2006 02:14 AM
Hello,
You could use the VISA library for communication. Take a look at this trhead. It contains a link to a tutorial.
09-20-2006 06:37 AM
What kind of device is your USB?
Does the device vendor provide any device driver and DLL module for the device?
The above link that Wim S provided is an approach that uses NI-VISA's USB RAW resource. It assumes that the device has BULK-OUT and BULK-IN endpoints but no need for vendor's driver. NI-VISA USB RAW hosts the device instead.
If the device vendor provides the device driver and DLL, you can use them through the DLL's function interface directly.