LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Nugget: 1 of n : GEtting started with USB communication via VISA

Yes, I have been working on getting USB up and running without VISA but rahter using a filter driver.  This can co-exist with existing drivers and MAY offer you the functionality you are looking for.

 

It would allow you to "spy on" the HID device while it's busy communicating with the OS.

 

It's not finished yet.

 

Shane.

Message 51 of 104
(3,589 Views)

Thanks,Shane

I heared some said that they can use LabVIEW CLF to call window's hid.dll to communicate with HID Device. But I can not try it out. How do you think about this way?

 

Awen

0 Kudos
Message 52 of 104
(3,560 Views)

What's LabVIEW CLF?

 

It's certainly a valid approach to interfacing with HIDs but using a filter driver allows access to ALL devices.

 

Shane.

0 Kudos
Message 53 of 104
(3,561 Views)

Shane,

I mean the Call Library Function Node(CLF) in LabVIEW.

Sorry, I'm new to Windows programing and LabVIEW. I do not know how the filter driver co-operate with LabVIEW without VISA. I need to study more,Surely.

0 Kudos
Message 54 of 104
(3,549 Views)

The filter driver is a kernel driver which allows direct low-level access to each and every USB device (hubs included).

 

You can search for "libusb-win32" for more information.

 

Shane.

Message 55 of 104
(3,544 Views)

OK.

 

Many thanks, Shane.

0 Kudos
Message 56 of 104
(3,539 Views)

Hi Shane,

 

Now I've got a filter driver, it can work in VC++ environment. It really can offer me the functionality what i need. However I do not know how to use it in LabVIEW environment, could you give me some advice? thanks.

帖子被nunk在 12-07-2009 04:43 AM
时编辑过了
0 Kudos
Message 57 of 104
(3,397 Views)

I have a LV driver based on LibUSB up and running but I've just started a new job and don't have time to release it.....

 

Sometime in the (hopefully not too distant) future perhaps.

 

Shane.

0 Kudos
Message 58 of 104
(3,376 Views)

Shane,

 

I'm very glad to hear that you have finished it. I'll keep on study this problem and look forward to your release.

0 Kudos
Message 59 of 104
(3,360 Views)
hello I am using PIC18F14K50 installed usb. i am trying to communicate with the help of a labview. I am successful in reading the device but i am unable to write to the device. I am using PIC 18F14K50 as a mouse in a circle demo. Please can anybody throw a light how to perform control out function in Usb raw control communication.vi
0 Kudos
Message 60 of 104
(3,278 Views)