09-21-2020 04:03 AM
I have an audio device that needs to communicate,but No USB-HID communication example found。NI-VISA Driver Wizard can't succeed,Do you have any good way?
error:Property has been set to inconsistent(VISA:hex 0xBFFF0003A)
Solved! Go to Solution.
09-21-2020 04:20 AM
Why are you assuming HID (Human Input Device) has anything to do with audio?
HID is for mouse, keyboard and associated devices. I doubt your audio device is a member of the HID class.....
09-21-2020 06:35 AM
The VIs under Connectivity>Input Device Control might read out some information.
Depending on the device, there might be specific Windows APIs,like XInputGetState for game controllers.
09-21-2020 07:07 PM
YES,It is hid class。How can I communicate with it by labview2018?
09-21-2020 07:08 PM
YES,It is hid class。How can I communicate with it by labview2018?
09-22-2020 02:36 AM
By calling external libraries that do the HID protocol. That can be either directly the Windows API in the hid.dll through Call Library Nodes, Some .Net HID API, one of several open source HID shared libraries and .Net assemblies, implementing your own HID DLL wrapper in C(++) to be called through the Call Library Node, or last but not least and probably most complicated and time consuming, wrap the winusblib with Call Library Nodes and implement HID on top of that.
Lots of options but none of them free in terms of not pulling up your sleeves, getting your hands dirty with some low level programming, and spending your own time on it or pay someone to do it for you.
09-22-2020 02:47 AM
wiebe@CARYA wrote:
The VIs under Connectivity>Input Device Control might read out some information.
Joysticks and multi axis HIDs can be read with that library, both axis values and buttons.
09-22-2020 04:08 AM
I'm confused.
What does any of the HID interfacing have to do with the "AUDIO" device the author says he has. I'm unaware of any audio functionality included in any of the HID class descriptors.
Maybe the HID class definition has changed. I HAVE read that massive document in the past, don't recall anything remotely audio-like in it.
09-22-2020 04:26 AM
@Intaris wrote:
I'm confused.
What does any of the HID interfacing have to do with the "AUDIO" device the author says he has. I'm unaware of any audio functionality included in any of the HID class descriptors.
Maybe the HID class definition has changed. I HAVE read that massive document in the past, don't recall anything remotely audio-like in it.
This is still a mystery...
09-22-2020 04:50 AM
Well, it's weird of course, but the OP has claimed twice, with impossible to ignore certainty that his device is HID! Who am I to doubt that some freak has used HID to interface to a I2C ADC? 😀