Are there any write or read commands for the USB port in...

2004-03-30 Thread vmallette
Are there any write or read commands for the USB port in labview, without using the NI VISA driver developpement tool, because my unit already has it's own drivers My USB unit uploads firmware and then uses a driver so we can communicate with our software. I would like to know if there is a way

Re: Are there any write or read commands for the USB port in...

2004-03-30 Thread Mads
If the unit has a driver in the form of a dll you use a code library function node to call that dll. You can find lot's of information and examples on calling dlls in LV. If there is an activeX driver there's activeX functions you can use to call that. (If nobody else has made a wrapper-VI for the