LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

ICommunication with windows usb

I need an example project to utilize the usb for communication with third-party vendors.
0 Kudos
Message 1 of 3
(3,333 Views)

Hello,

You could use the VISA library for communication. Take a look at this trhead. It contains a link to a tutorial.

Message 2 of 3
(3,319 Views)

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.

0 Kudos
Message 3 of 3
(3,312 Views)