LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB vi

Hello,

I'm searching a way to use the usb port with labview (5.1). Do you know
where could I find exemples V.I. ? I can't find it on the ni.com website.

Thanks in advance,

BJA
0 Kudos
Message 1 of 4
(3,248 Views)
It all depends on the driver for that particular usb unit...In many cases the driver will emulate e.g. a serial port and then you can use the standard serial functions...Otherwise you will need to interface using accompanying dll/activeX drivers if such is provided.

Read also:

http://digital.ni.com/public.nsf/websearch/42B604435E3F9604862565E20043CD30?OpenDocument
0 Kudos
Message 2 of 4
(3,248 Views)
On Wed, 02 Apr 2003 10:29:48 +0200, Bertrand Jacquet wrote:

> I'm searching a way to use the usb port with labview (5.1). Do you know
> where could I find exemples V.I. ? I can't find it on the ni.com website.

I am using LabVIEW 6.1 for Linux together with a few CIN's and libusb (
http://libusb.sourceforge.net ) and it works well.

Regards,
Stefan
0 Kudos
Message 3 of 4
(3,249 Views)

Hi Stefan,

I am interested in using a USB device with labview + libusb library.

I tried to use the DLL import function for test with the usb_init, usb_find_busses and usb_get_busses however got error messages. The structure of usb_bus and usb_device seems to be to complex for labview. Is it necessary to write a CIN for this? Is there any sample code on the web or application examples?

Thanks for your time,

 

Andreas

 

0 Kudos
Message 4 of 4
(3,080 Views)