LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i use USB with labview 6.1

I want to use my usb port with labview 6.1, but i don't know how to use it.
0 Kudos
Message 1 of 3
(3,529 Views)
Hello,

The USB port cannot be used as easily as for example the serial or parallel port because it does not have a fixed protocol like the serial port. All devices that are connected to the USB port work with some driver (usually some kind of dll) which you have to port to LabVIEW. So call the driver dll's from LabVIEW to send or read commands from and to your USB port.

Best Regards,

RikP
Application Engineering
National Instruments
Rik Prins, CLA, CLED
Software Development Engineer
0 Kudos
Message 2 of 3
(3,528 Views)

Hello,

Some additional information about this:

First download and install NI-VISA 3.2 from the following link:

NI-VISA 3.2 

This VISA version adds USB communication to LabVIEW. Now look at the following tutorial which explains how to use VISA USB functions in LabVIEW:

VISA USB tutorial

Best regards,

RikP
Application Engineering
National Instruments

Rik Prins, CLA, CLED
Software Development Engineer
0 Kudos
Message 3 of 3
(3,528 Views)