LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can i interface a cypress SX2 USB-2 chip to Labview using isochronous transfers?

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

Hi,

  using VISA, it only supports Bulk, Control and Interrupt, not Isochronous.

Check out section 3.2 on the USB Raw class here :
http://zone.ni.com/devzone/cda/tut/p/id/4478

and there's some more information here :
http://digital.ni.com/public.nsf/allkb/e3a2c4fe42d7ed0d86256db7005c65c9

Using NI-Device however, you could link to a NET2280 PCI-USB 2.0 High speed peripheral controller and get the isochronous capability. Please have a look at the following link for more information :
http://digital.ni.com/public.nsf/allkb/69A9A649C33BFA9386256FDC0058D4C9
Obviously the NI-Device is an orderable item; currently the Plus version is about £3555

You'd need to write your own DLL in something other than LabVIEW and then you could call that from LabVIEW.

Hope that helps

Thanks

Sacha Emery
National Instruments (UK)

 

Message Edited by SachaE on 11-08-2006 11:37 AM

// it takes almost no time to rate an answer Smiley Wink
0 Kudos
Message 2 of 2
(3,077 Views)