07-27-2005 02:33 AM
07-27-2005 02:56 AM
Hi,
It depends of your audio usb device but usually it is not possible to reprogram a device easily (or at all).
07-27-2005 03:30 AM
Thank you but maybe do you know if Labview can find the device buttons and if yes I would be able to use them. Is it possible to find the device description with Labview?
Eliska.
07-27-2005 03:38 AM
Hi,
Okay. Labview and your device communicate through USB. So it means that Labview (windows in fact)
has the drivers of this device. I don't know how is your actual program and how it access the drivers. By a dll I suppose?
Let's say it is a dll. You have functions in it, for example : init, send sound parameters, get data, and so on.
Unless there is a function "Get button states", it will be difficult to get those states.
What is device? MP3 player? Homemade?
07-27-2005 03:57 AM
In fact I have tried to do this job in using API functions and raw input structure and functions but I can't find the API function and the dll which will give me the buttons state.
I know that Labview can give me a list of all the device registrated but maybe it can give me more information.
The device is a homemade audio device.
Thanks
Eliska.
07-27-2005 04:16 AM
Hi,
Since it is homemade device, you should known what are the possibilities with this device (if it is your home
).
Look at this article about accessing API. It does not solve the problem but it a good start.
http://digital.ni.com/public.nsf/websearch/09057cc08746fd47862566e800619b12
Sorry I cannot help more
Dai