LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Does anyone have example code for talking to USB that is not plug and play

Does anyone has USB code that talk to a not so smart  USB device? Also does anyone has a condense version of the USB standard?
Thanks,
John Sugrim,PE
0 Kudos
Message 1 of 3
(3,185 Views)
> Does anyone has USB code that talk to a not so smart  USB device?
> Also does anyone has a condense version of the USB standard?

I've used both the VISA code included with CVI and the libusb free library
that works on both Linux and Windows.
--
Guillaume Dargaud
http://www.gdargaud.net/


0 Kudos
Message 2 of 3
(3,148 Views)
Hi John,

You can check the Instrument Driver Network to see if a driver already exists for your device.

If there is not a driver available, the USB Instrument Control Tutorial is a good starting point for information on how to use NI-VISA to communicate with your USB device.
Jessica
National Instruments
Product Support Engineer
0 Kudos
Message 3 of 3
(3,148 Views)