Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Plugin for USB PC Remote Controller

Do you have questions about writing plugins or scripts in Python? Meet the coders here.
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: Plugin for USB PC Remote Controller

Post by Pako »

phvrc2nt wrote:This is exactly my remote.
Will this work on Windows 7 x64?
I don't know. I have got Windows XP.
phvrc2nt wrote: I cant seem to find the link for the dx_usb_remote.zip
See my post of Jul 05 2009 in this topic.
Pako
phvrc2nt
Posts: 9
Joined: Mon Nov 09, 2009 4:37 am

Re: Plugin for USB PC Remote Controller

Post by phvrc2nt »

Thanks so much for the replies.
I presume these drivers are for Windows XP 32bit only.
Will have to wait for a Seven 64 driver.

Thanks!
Pako wrote:
phvrc2nt wrote:This is exactly my remote.
Will this work on Windows 7 x64?
I don't know. I have got Windows XP.
phvrc2nt wrote: I cant seem to find the link for the dx_usb_remote.zip
See my post of Jul 05 2009 in this topic.
Pako
schindi77
Posts: 10
Joined: Mon Oct 05, 2009 4:55 am

Re: Plugin for USB PC Remote Controller

Post by schindi77 »

Hi!

Somebody still listening here?

I┬┤ve got the same remote like pouz, but with a different hardware-id.

I simply changed the hardware-id in the driver.inf, installed the driver and changed the hardware-id in the eventghost plugin.
And, what shall I say: It works fine.

I changed the eventghost plugin (I┬┤m reading only 3 bytes from the buttons) and added some code for the mouse up/down/left/right function.
To use it I had to cut off the numlock-button because I didn┬┤t find a way to handle the changing button-codes when using the numlock...

It works fine for me, but I┬┤ve got NO IDEA of python-programming, so it was just trial and error writing the code :(
Could someone try this, have a look at my code and put it into some "good" form?
Thanks a lot!
Attachments
Eventghost DX-Remote.zip
(4.64 KiB) Downloaded 405 times
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: Plugin for USB PC Remote Controller

Post by krambriw »

My new remote from K├Ânig is 100% compatible with the Conceptronic

http://www.topseed.com.tw/gptype.htm

It works great!!!

All buttons are captured and sent to eg

Best regards, Walter
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: Plugin for USB PC Remote Controller

Post by Pako »

I did update plugin "Deal Extreme USB PC Remote" for this remote:
DXusbPCR.jpg
DXusbPCR.jpg (12.93 KiB) Viewed 10161 times
There is now used a new driver eg.WinUSB and is also added new "guid" parameter.
Plugin is ready for work with new versions EventGhost.
Pako
EDIT:
ATTENTION !! This version of the plugin (1.1.0) is designed exclusively for experimental version of EventGhost (0.4.0). For version 0.3.7 you must use a previous version of the plugin!
Attachments
__init__.py
Plugin Deal Extreme ... (version 1.1.0)
(9.26 KiB) Downloaded 435 times
Last edited by Pako on Mon Dec 28, 2009 5:05 pm, edited 1 time in total.
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: Plugin for USB PC Remote Controller

Post by Bitmonster »

@Pako

eg.WinUsb only works in EG 0.4.0 beta and this version is highly experimental currently.

Check out the "PC Remote Controller" plugin in 0.4.0. I think its implementation is a bit easier and it should work with 0.3.7 also (it has some fallback code). Also the new ASUS PSR-2000 plugin might be worth a look. This remote is very similiar and the plugin directly integrates the mousepad (this is the main difference between these two remotes. The ASUS generates much more directions and therefore an event for every direction change is not very practical.)
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
johndoe
Posts: 4
Joined: Thu Dec 24, 2009 11:59 pm

Re: Plugin for USB PC Remote Controller

Post by johndoe »

I have IR receiver similar to TechniSatUsb.
So I edit driver.inf to match my device (USB\VID_147A&PID_E019) and try to install.
After driver installed the device appears with exclamation mark on icon:
devicemanager.png
devicemanager.png (1.59 KiB) Viewed 10130 times
"This device is not working properly because Windows cannot load the drivers required for this device. (Code 31)"

I've tried install on 2 different PCs, both failed :(
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: Plugin for USB PC Remote Controller

Post by Pako »

Bitmonster wrote:@Pako
eg.WinUsb only works in EG 0.4.0 beta and this version is highly experimental currently.
Yes, I know that the new USB driver is only for version 0.4.0. It seems that I have in my post not sufficiently emphasized. I will add an additional note about this in my original post.
Bitmonster wrote:Check out the "PC Remote Controller" plugin in 0.4.0. I think its implementation is a bit easier and it should work with 0.3.7 also (it has some fallback code).
Yes, "PC Remote Controller" is the same with my remote control. I tried the plugin and it works well. Your method evaluation pressing mousepad is very interesting. I would but more suited if mousepad generated only four types of events (up, down, left and right). I will try to adjust also my plugin to work this way. Your plugin but still have one shortage (at least for me). There is no option to ignore nonsensical Numlock key (because it has no indication of status), while in my plugin this is possible.
I know that it is possible assign to each macro always both variants events, but I think that my way of solution is preferable.
Pako
jarq
Posts: 1
Joined: Sun Jan 10, 2010 10:38 pm

Re: Plugin for USB PC Remote Controller

Post by jarq »

johndoe wrote:I have IR receiver similar to TechniSatUsb.
So I edit driver.inf to match my device (USB\VID_147A&PID_E019) and try to install.
After driver installed the device appears with exclamation mark on icon:
The attachment devicemanager.png is no longer available
"This device is not working properly because Windows cannot load the drivers required for this device. (Code 31)"

I've tried install on 2 different PCs, both failed :(
Hi
I've got the same problem with this drivers:
Error code 31
Win XP SP3
Please help :(

Greetings From Poland
Attachments
technisat install error.JPG
technisat install error.JPG (26.67 KiB) Viewed 10088 times
molitar
Experienced User
Posts: 209
Joined: Fri Sep 11, 2009 6:44 am

Re: Plugin for USB PC Remote Controller

Post by molitar »

Yes the deal extreme worked for me in Windows 7 32bit. I had to manually install the driver into the USB Input Devices with VID of 073. So yes it works perfect with Windows 7. You saved me a real headache with this plugin! BTW I am using EG 3.7.

One problem with this plugin though is the mouse remote pad stops functioning. Is their a fix for this?

Secondly the version for EG 0.4.0 does not work for me.. But the 0.3.7 version works well.. but why can't we get the fullscreen button to work? I would love to be able to use that button for my fullscreen toggle. Seems EG 0.4.0 is aweful for the USB PC Remote for USB\VID_073A&PID_2230&REV_0200. Because it does not work at all.
ViceIce
Posts: 1
Joined: Sun Jan 24, 2010 6:10 pm

Re: Plugin for USB PC Remote Controller

Post by ViceIce »

Hello.

I have a "TechniSat USB IR Receiver" with id "VID_04B4&PID_0100". I have changed the Technisat plugin and it is working. :-)
Aditionally i had changed the inf of the driver.

can anybody add this device to the package?

Regards
ViceIce
User avatar
Luca Brasi
Experienced User
Posts: 262
Joined: Sat Oct 11, 2008 12:39 pm

Re: Plugin for USB PC Remote Controller

Post by Luca Brasi »

Hi there,

I discovered this great feature in the latest beta release. I installed it to get rid of some anoying hid problems but then on install eg recognized my remote and installed the driver and the plugin. So now everything is working nearly perfectly.
Only problem is that not all buttons create an action in eg. For example the color buttons. I tried to change the code but I have no experience in that. So didn't understand the code when i opened the ini.pyc.

I have a auvisio VRC-1100 remote. I added a screenshot of the incoming data in eg. The first one is recognized and triggers auvisio.play. The following 4 don't trigger any actions. Those are the color buttons.

Can someone please tell me what wo do?

Thanks in advance!
Luca
Attachments
Unbenannt.JPG
Unbenannt.JPG (39.67 KiB) Viewed 10021 times
Win10 x64 Prof. / Eventghost latest / MCE Plugin / MCE RC6 Receiver / Logitech Harmony Hub / MediaPortal / kodi
molitar
Experienced User
Posts: 209
Joined: Fri Sep 11, 2009 6:44 am

Re: Plugin for USB PC Remote Controller

Post by molitar »

Well using the DAnschis Ebay Fernbedienung version driver with the Eventghost DX USB Remote plugin I am only missing two button controls. Desktop and Full Screen. Anyone figured out a method to get them to work at all?

Ok for those that have the DAnschis Ebay Fernbedienung here is a modified plugin for it. I had to do some merging of the various versions to get all 4 directions working with mousepad as well as the left and right buttons working. Also in the default version the desktop button was not working. So basically all works on this version from my testing with ignore numlock except for Full screen button.. sure wish someone could figure out how to fix that button to make it work.
Attachments
DX_USB_Remote.zip
(19.53 KiB) Downloaded 321 times
cichmen
Posts: 7
Joined: Mon Dec 28, 2009 9:14 am

Re: Plugin for USB PC Remote Controller

Post by cichmen »

Hi all,

I've bought this remote http://www.dealextreme.com/details.dx/sku.14380

It seems similar to what Pako mentioned in this thread before, but it has different ID: USB\VID_073A&PID_2230.

So I added it to the USB driver inf file, it is in attached zip. Works well under Win7 64bit!

I've also did some little tweaks to Pako's plugin:
- GUID change
- changed code for Full screen button - maybe apply to other remotes?
Result is in attached zip.

Mouse keypad does not work well. It seems it somehow change also first byte of code for other buttons and then they don't work. I haven't spent much time with this. Maybe someone else could help?

Cichmen
Attachments
DX_USB_Remote_2.zip
(20.85 KiB) Downloaded 380 times
molitar
Experienced User
Posts: 209
Joined: Fri Sep 11, 2009 6:44 am

Re: Plugin for USB PC Remote Controller

Post by molitar »

cichmen wrote:Hi all,

I've bought this remote http://www.dealextreme.com/details.dx/sku.14380

It seems similar to what Pako mentioned in this thread before, but it has different ID: USB\VID_073A&PID_2230.

So I added it to the USB driver inf file, it is in attached zip. Works well under Win7 64bit!

I've also did some little tweaks to Pako's plugin:
- GUID change
- changed code for Full screen button - maybe apply to other remotes?
Result is in attached zip.

Mouse keypad does not work well. It seems it somehow change also first byte of code for other buttons and then they don't work. I haven't spent much time with this. Maybe someone else could help?

Cichmen
Same remote I have.. ok I will grab it... the only thing needed in mine was fullscreen.. the mouse works good with the above modifications.. so if fullscreen is working I just need to add it to my modified one. Ok Fullscreen is now working! Yeah now all the buttons work now as well as the 4 mouse directions! Grab the modified plugin I attached to this post. The only thing that nobody has solved now so far is the 4 diagonal directions for the mouse pad.
Attachments
DX_USB_Remote_modified.zip
(19.53 KiB) Downloaded 394 times
Post Reply