06-08-2009 09:03 AM
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.
06-08-2009 09:26 AM
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.