Using MI_00 etc
Posted: Wed Jul 10, 2013 12:21 pm
I'm working on a problem with the PHX01RN remote, where the device seems to have two subclasses (not the right word I know) to handle keyboard and mouse mode.
Currently it's registered using this string
Some of the buttons then only register a string of zeroes, which are just the "button-up" action coming through, suggesting that some of the information isn't being captured.
Using this USB snooper -http://sourceforge.net/projects/usbsnoop/ - I can see 2 sub-devices, listed as USB\\VID_0755&PID_2626&MI_00 and USB\\VID_0755&PID_2626&MI_01. I found an additional plugin on these forums for the PHX01RN which attempted to address this, but any attempt to use the &MI_00 part to register results in a "device not found" error within eventghost.
Anyone got any tips as to how to look at both of these input channels ?
Currently it's registered using this string
Code: Select all
self.winUsb.Device(self.Callback, 8).AddHardwareId(
"PHX01RN USB Receiver", "USB\\VID_0755&PID_2626"
)Using this USB snooper -http://sourceforge.net/projects/usbsnoop/ - I can see 2 sub-devices, listed as USB\\VID_0755&PID_2626&MI_00 and USB\\VID_0755&PID_2626&MI_01. I found an additional plugin on these forums for the PHX01RN which attempted to address this, but any attempt to use the &MI_00 part to register results in a "device not found" error within eventghost.
Anyone got any tips as to how to look at both of these input channels ?