Page 5 of 11
Apple remote plug in
Posted: Thu Apr 30, 2009 7:04 am
by hilaer
Hi,
i added the Apple remote plug in - using the generic HID plug in, but i still can't get the events from some of the buttons is the apple remote (the forrward and rewind, and the menu)
i saw that there were a few posts on the issue, but i was wondering if something has changed, since i didn't find a solution in previous messages.
anyone has a solution?
thanks,
Hila.
Re: Generic HID
Posted: Sat May 09, 2009 12:05 pm
by eriksmith200
My generic hid remote (recognized as a Ping-IT, it's a cheapy nobrand remote from ebay) used to work fine with version 0.3.6.1487. With all 3.7 versions (tested up to 0.3.7.r918), no keys are recognized
Re: Generic HID
Posted: Sat May 16, 2009 1:49 pm
by eriksmith200
eriksmith200 wrote:My generic hid remote (recognized as a Ping-IT, it's a cheapy nobrand remote from ebay) used to work fine with version 0.3.6.1487. With all 3.7 versions (tested up to 0.3.7.r918), no keys are recognized
does nobody else have this problem?
Re: Generic HID
Posted: Wed May 20, 2009 8:16 am
by 2K-Darkness
Is there a Plugin for USB-HID Devices?
Re: Generic HID
Posted: Sat Aug 15, 2009 1:21 pm
by mork
My generic HID plugin fails to start
"
File "C:\Program\EventGhost\eg\Classes\PluginInfo.py", line 330, in Start
TypeError:__start__() takes at least 11 arguments (1 given)
"
Need it for geting the RAW input from my HID IR remote
Any ideas ?
Reg Mork
Re: Generic HID
Posted: Sat Aug 15, 2009 2:56 pm
by Bartman
latest version?
Try to delete and readd the plugin. I have found a way to screw the config dialog, but this results in errors before. Will fix that on the weekend.
Re: Generic HID
Posted: Sun Aug 16, 2009 7:39 pm
by mork
yes latest.
Can it be a laguage problem ?
I'm using swedish XP pro SP3 and updated
Re: Generic HID
Posted: Sun Aug 16, 2009 8:26 pm
by Bartman
You can try switching EG's language, but the message does not look like this is the problem.
It looks like the plugin is started without ever being configured and therefore missing 10 arguments.
Re: Generic HID
Posted: Mon Aug 17, 2009 11:18 am
by mork
Well how to configure the plugin whitout loading it ?

Re: Generic HID
Posted: Tue Sep 22, 2009 6:05 am
by patitomx
hi, theres anyway to force the generic hid plugin to choose the the second device instead of the first one?
thanks for any help
Re: Generic HID
Posted: Tue Sep 22, 2009 6:35 pm
by Bartman
patitomx wrote:hi, theres anyway to force the generic hid plugin to choose the the second device instead of the first one?
Actually there is. You can set the device Index. Unfortunatly I screwed up the config dialog so it only works with the svn version.
Re: HID plugin
Posted: Sat Oct 03, 2009 2:43 pm
by reeven
Bartman wrote:I have not imlemented enduring events for values. This only works for buttons.
Since an axis always as a value the plugin would always have to send an enduring event which is not quite logical either.
Any fix for this?
Thanks.
Re: HID plugin
Posted: Sat Oct 03, 2009 3:23 pm
by Bartman
reeven wrote:Any fix for this?
To be honest there is no fix planned. Don't see a use in this and I don't think it would really work since the plugin would always have an enduring event blocking other things and it can't work if the device has more than one value.
Re: Generic HID
Posted: Sat Oct 03, 2009 9:04 pm
by reeven
this plugin work with xbox360 pad but without triggers, same problem with girder hid plugin or ir server suite hid plugin.
I know that Xpadder and Pinnacle game profiler are built for pads, but there are not free.( i own myself an Pinnacle licence).
I just receive an gift of 20 Saitek new pads that i want to donate for some children on an orphanage in my quarter, to play games , that why i need free software.
Saitek Pad work better then XBOX360 pad with this plugin, because there are no triggers, but still very poor, just basic.
Re: Generic HID
Posted: Sat Oct 03, 2009 9:09 pm
by Bartman
To accommodate to a very specific input device it would be best to write a plugin dealing with the specifics.
I've put the generic HID code in the core of EG. It is quite easy to write a plugin.