Help modding code?
Help modding code?
Hi, i have an ehome ir reciver. I need to mod the code to take commands from a universal remote. Can anyone help me?
Re: Help modding code?
If you are on Vista/Win7, take a look here.
That will probably be much easier than modding the code.
Brett
That will probably be much easier than modding the code.
Brett
Re: Help modding code?
srry i didnt add this, im running xp sp3
Re: Help modding code?
Is that the Microsoft controller?
I actually did something similar for my remote reciever (I made a hacked xbox ir device into a usb device and used the redcloud driver). It seems as though there are some similarities with the plugin that I use for my remote and the Microsoft Controller plugin.
In the microsoft plugin, there is a dictionary variable called 'KEY_MAP' You will have to add the codes manually to this variable. I am working on some interesting ideas that you might be able to take from, and if you want to manually add the button values by hand, here's how you can do it in a python script. Take a look at my forum topic here:
http://www.eventghost.org/forum/viewtop ... 03&start=0
I actually did something similar for my remote reciever (I made a hacked xbox ir device into a usb device and used the redcloud driver). It seems as though there are some similarities with the plugin that I use for my remote and the Microsoft Controller plugin.
In the microsoft plugin, there is a dictionary variable called 'KEY_MAP' You will have to add the codes manually to this variable. I am working on some interesting ideas that you might be able to take from, and if you want to manually add the button values by hand, here's how you can do it in a python script. Take a look at my forum topic here:
http://www.eventghost.org/forum/viewtop ... 03&start=0