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 ?