I already have the device working. The vid and pid are correct and I am receiving button bit data but I'm not receiving other buttons from remote. Just an example...
How would you code the following...
"00000032FFFFFFFFFF01"
<????????? name="Play" />
I was hoping
<button bit "31" name="Play />
would work but... nope!
I don't know what command to use? Bit, Byte, Word, etc? Or, if I should even use "button"?
btw... "00000032FFFFFFFFFF01" is the code received from bluetooth device via HID trace.
Also, does anybody have any HID code examples? Is there a better source for vdj HID script?
Thanks,
Sean
How would you code the following...
"00000032FFFFFFFFFF01"
<????????? name="Play" />
I was hoping
<button bit "31" name="Play />
would work but... nope!
I don't know what command to use? Bit, Byte, Word, etc? Or, if I should even use "button"?
btw... "00000032FFFFFFFFFF01" is the code received from bluetooth device via HID trace.
Also, does anybody have any HID code examples? Is there a better source for vdj HID script?
Thanks,
Sean
geposted Mon 08 Feb 10 @ 11:45 am
I meant that I tried...
<button bit "32" name="Play />
would work but... nope!
<button bit "32" name="Play />
would work but... nope!
geposted Mon 08 Feb 10 @ 4:45 pm