LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

has anyone used an USB ASIO driver with LabVIEW ?

Anyone has already tried to use LabVIEW to get data from USB audio recording equipment (M-Audio Quattro)?
RKO
0 Kudos
Message 1 of 2
(3,018 Views)
Hi,

NI-VISA 3.0 is the only driver in LabVIEW that would give you access to an USB device. You would probably use NI-VISA USB Raw mode.

To use the VISA driver you need to know in detail how the device works and how to program with USB. There isn't too much documentation, but if you are clear on those two things it should be easier to get familiar with the NI-VISA API.

You'll need the USB specification (www.usb.org). Also check the NI-VISA Programmer Reference Manual

Hope this is what you are looking for.

DiegoF
National Instruments.
0 Kudos
Message 2 of 2
(3,018 Views)