LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any other way to Comunicate with USB device other than VISA using LAB Windows CVI

Is there any other way to Comunicate with USB device other than VISA using LAB Windows CVI Like using Windows API ..

Thanks
Sharanu
0 Kudos
Message 1 of 3
(2,830 Views)
USB devices require device drivers. You can:


  • use the manufacturer-supplied device driver, or
  • use the driver that is part of VISA, or
  • write your own device driver.


--
Martin.
--
Martin
Certified CVI Developer
Message 2 of 3
(2,830 Views)
Hi Sharanu,

Martin is correct in saying that all USB devices require a device driver to communicate. So, if you do not want to use VISA, you must provide another driver to communicate with it, and call that driver from LabWindows/CVI.
Jeremy L.
National Instruments
0 Kudos
Message 3 of 3
(2,830 Views)