LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB RAW and USB INSTR..which one to use for my usb device?

Hi!

      My project is to make usb interfacing with device, using Labview GUI. I come to know that labview supports usb-raw and usb-instr. and this is device specific...my usb device is at90usb162 controller from atmel which supports usb interface...now how to know if labview-raw or labview-instr support it or not???

 

Thanks. 

0 Kudos
Message 1 of 2
(3,681 Views)

A USB Instr is one that is compliant with the USBTMC (Test & Measurement) class. Vendors such as Agilent, Tektronix, etc. use USBTMC since you can use the same commands as the instrument with a GPIB or Ethernet interface. Unless the vendor says so, it's unlikely that your device is using this.

 

You will probably need to create your onw USB RAW driver. I would strongly suggest reading the series of nuggets by Intaris.

Message 2 of 2
(3,673 Views)