Plugin for USB PC Remote Controller

Do you have questions about writing plugins or scripts in Python? Meet the coders here.

Re: Plugin for USB PC Remote Controller

Postby Bitmonster » Mon Jul 20, 2009 3:18 pm

easy wrote:BTW, if there is no Microsoft Visual C++ Redistributable installed - the driver install crashes... Tested on two PC's with XP SP3

That's right. I just discovered the same on a naked XP-SP3. But there might be a workaround soon, as EG has the needed DLLs. The driver just needs to unpack itself first to the EG directory.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
User avatar
Bitmonster
Site Admin
 
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: Plugin for USB PC Remote Controller

Postby Bitmonster » Wed Jul 22, 2009 8:54 pm

A new version of the driver is up, that will work without these DLLs and even without EG installed.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
User avatar
Bitmonster
Site Admin
 
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: Plugin for USB PC Remote Controller

Postby vadimz » Mon Aug 17, 2009 11:59 am

bitmonster,

Thank you very much for this great software. :D It is so much easer to use then girder it's unbelievable.

Anyways back on topic...

I've used the code samples and a driver in this thread to create a plugin for Twinhan Remote Controler. This
remote & receiver comes with Twinhan VisionPlus DVB-T and DVB-S cards, maybe others... not sure.
Twinhan.jpg
Twinhan.jpg (15.91 KiB) Viewed 2387 times

Please review it and if possible include it in the next build.
Twinhan.zip
(16.92 KiB) Downloaded 218 times

Thanks again.
Vadimz.
vadimz
 
Posts: 6
Joined: Mon Aug 17, 2009 10:09 am

Re: Plugin for USB PC Remote Controller

Postby Cjcr » Tue Oct 20, 2009 1:21 pm

@vadimz:

I have this RC/IR with me twinhan dvb-s, and don't work...

As you must install the driver?, For me not work: (

thanks.
Cjcr
 
Posts: 12
Joined: Tue Oct 20, 2009 11:47 am

Re: Plugin for USB PC Remote Controller

Postby vadimz » Wed Oct 21, 2009 4:09 am

Hi Cjcr,

Yes, you need to install the alternative usb driver. Follow these steps...

1. Download USB driver from here http://www.eventghost.org/downloads/USB ... Driver.exe
2. Open USB-Remote-Driver.exe with 7Zip or WinRar and extract content somewhere.
3. Copy my driver.inf on top of the one that was inside USB-Remote-Driver.exe
4. Run DPInstSwitcher.exe from the directory you extracted USB-Remote-Driver.exe to.
This should install the alternative USB driver.

Now just make a Twinhan directroty under EventGhost Plugins and copy Twinhan.zip content there.

Hope that helps. :D

V.
vadimz
 
Posts: 6
Joined: Mon Aug 17, 2009 10:09 am

Re: Plugin for USB PC Remote Controller

Postby Cjcr » Wed Oct 21, 2009 8:49 am

Thanks, thanks and thanks.

Work fine.

btw, only problem is need a signed driver fo x64 platform. :(

brs,
cjcr.

-
It's possible to read this commands with VB.net application?
¿how?
:)
Cjcr
 
Posts: 12
Joined: Tue Oct 20, 2009 11:47 am

Re: Plugin for USB PC Remote Controller

Postby vadimz » Wed Oct 21, 2009 11:06 pm

EventGhost can control another application in many ways (windows messages, keystrokes, network events and so on.

So just choose the best way to control your VB.net app.

V.
vadimz
 
Posts: 6
Joined: Mon Aug 17, 2009 10:09 am

Re: Plugin for USB PC Remote Controller

Postby Cjcr » Thu Oct 22, 2009 8:15 am

I think you missed my point....

What I say is to read the codes of the RC with an app written by me. Using a DLL or as needed.

BRs
Cjcr
 
Posts: 12
Joined: Tue Oct 20, 2009 11:47 am

Re: Plugin for USB PC Remote Controller

Postby ElBurns » Thu Oct 22, 2009 1:42 pm

Hi
I cannot get the TechniSat USB IR working. The EventGhost USB Driver is installed and EventGhost loads the TechniSat Plugin without an Error. However, no events occur in the EventGhost Log when I press a button on the remote.

With the Usb Sniffer I captured the communication. First with the HID Driver and the Original TechniSat Software. In the Image Below, you see the initialisation and then I pressed two times the button “1” on the Remode.
Image
With the EventGhost USB Driver, the initialisation is similar but there is no reaction on button pressing.
Image

Can anyone help me?

My OS is Vista.

Thanks
ElBurns
 
Posts: 2
Joined: Thu Oct 22, 2009 8:51 am

Re: Plugin for USB PC Remote Controller

Postby vadimz » Thu Oct 22, 2009 11:40 pm

Cjcr wrote:I think you missed my point....

What I say is to read the codes of the RC with an app written by me. Using a DLL or as needed.

BRs


Hi Cjcr,

I think I got your point in the first time :)
You want to control your app with a Twinhan remote control? right?
Also since you are on the EventGhost forum I assumed that you want to do this WITH EventGhost's help. So the way that I sugested to do this was to let EventGhost catch the Remote control events and then using one of the methods I mentioned, forward the command to your VB.net app. That's exactly what EventGhost is for.

I don't think it's a very good idea to try to receive and decode remote control commands directly in your app, you would be almost rewriting EvenGhost.

Am I still missing something? please tell me.

V.
vadimz
 
Posts: 6
Joined: Mon Aug 17, 2009 10:09 am

Re: Plugin for USB PC Remote Controller

Postby Cjcr » Fri Oct 23, 2009 7:26 am

I think I got your point in the first time
You want to control your app with a Twinhan remote control? right?


No.

Also since you are on the EventGhost forum I assumed that you want to do this WITH EventGhost's help. So the way that I sugested to do this was to let EventGhost catch the Remote control events and then using one of the methods I mentioned, forward the command to your VB.net app. That's exactly what EventGhost is for.


No need this.

I don't think it's a very good idea to try to receive and decode remote control commands directly in your app, you would be almost rewriting EvenGhost.


No need eventghost for this. Need read cmds 'stand-alone' on my app directly, without Eventghost. Call directly with driver or dll to read cmd's....

Sorry, but my English is not good. :?
Cjcr
 
Posts: 12
Joined: Tue Oct 20, 2009 11:47 am

Re: Plugin for USB PC Remote Controller

Postby pouz » Wed Oct 28, 2009 10:03 am

@ Pako

Hello, is it possible to have the driver for your remote .Inf for win xp sp3.

Otherwise, can you tell me what to do with your file because I'm really newbee in the field.

I read ithe read me.Txt but I can not replace the driver because there is none in the zip.

Thank you for your help.

Pouz
pouz
 
Posts: 2
Joined: Wed Oct 28, 2009 9:49 am

Re: Plugin for USB PC Remote Controller

Postby Pako » Wed Oct 28, 2009 3:00 pm

@pouz

If you own this:
DXusbPCR.jpg
DXusbPCR.jpg (12.93 KiB) Viewed 2142 times
remote control, follow these steps:
1) Plug receiver of the remote into the USB port
2) Download and run driver http://www.eventghost.org/downloads/USB-Remote-Driver.exe
3) Download DX_USB_Remote.zip, unpack it and put the contents into the folder EventGhost\plugins
4) Run EventGhost and add plugin Deal Extreme USB PC Remote
Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: Plugin for USB PC Remote Controller

Postby pouz » Thu Oct 29, 2009 8:24 am

Pako,
thank you for the fast answer.
I will not have time to test before this weekend.
Then I will try to configure everything on my Harmony 1000.

To be continued.

Another big thank you to you.

Pouz
pouz
 
Posts: 2
Joined: Wed Oct 28, 2009 9:49 am

Re: Plugin for USB PC Remote Controller

Postby phvrc2nt » Mon Nov 09, 2009 6:27 am

Pako wrote:@pouz

If you own this:
DXusbPCR.jpg
remote control, follow these steps:
1) Plug receiver of the remote into the USB port
2) Download and run driver http://www.eventghost.org/downloads/USB-Remote-Driver.exe
3) Download DX_USB_Remote.zip, unpack it and put the contents into the folder EventGhost\plugins
4) Run EventGhost and add plugin Deal Extreme USB PC Remote
Pako



This is exactly my remote.
Will this work on Windows 7 x64?
I cant seem to find the link for the dx_usb_remote.zip.

Thanks!
phvrc2nt
 
Posts: 9
Joined: Mon Nov 09, 2009 4:37 am

PreviousNext

Return to Coding Corner

Who is online

Users browsing this forum: No registered users and 1 guest