Bitmonster wrote:@pako
Does your remote support wake out of standby with the normal HID driver? I have enabled it for this remote in the replacement driver also now, so if it supports this feature, there should be a power management tab in the device manager.
Yes, with my remote control I can wake the computer from Standby mode. It works with both drivers (standard HID driver and driver "USB PC Remote Controller") if I press button "Power".
Bitmonster wrote:There is a fourth parameter to eg.WinUsbRemote. If you set it to True, it will suppress repeated reception of the same data. So if you receive (0, 0, 0, 0) continuously, you will only get the first (0, 0, 0, 0) and then only again, if the data changes to another value. Since the transfer from the USB pipe to your callback consumes some CPU power, it might be useful to enable this, if everything can be decoded this way.
I finished the first version of plugin for my remote using eg.WinUsbRemote. Meantime there can not use "Mouse-Joystick", but I would like to make it possible to use like the navigational button. But I am not sure, whether this is possible.
I tried the fourth parameter eg.WinUsbRemote, but it can not be set to True. Otherwise for some of the buttons "disappear" key-up event.
Pako