Page 1 of 1

Problem with remote control

Posted: Wed Jul 04, 2007 5:17 pm
by amfa
Hello

I bought a DVB-S PCI Card that comes with an IR-Reciever with is connected directly to the card.
On the driver CD there was a module file to use ProgDVB and an ini file that contains IR Codes for the Remote Control.
Here is a part of the file:

Code: Select all

[IRCOde]
IR code[Hex]=Command
0x43=/PowerOff                         
0x59=/mute					

0x5f=/1
0x1=/2
0x5d=/3
....
And now the problem ;)
The Remote does not work as it should.
the only HexCodes that seem to work are 0xed and 0xee.
But different buttons send the same code
If I press 0, 1-6, CH+/CH- or VOL+/VOL- it sends 0xed which is mapped to /FULLSCREEN this works fine.
0xee is send by multiple buttons too.

Deliver on the driver cd was also an programm called "DVBPlayer"
this comes with an IRSetting.ini wich contains ircodes for this programm
it looks like this

Code: Select all

[Default]
IR_TYPE=0
IR_NUM_0=18
IR_NUM_1=9
IR_NUM_2=29
IR_NUM_3=31
....
The remote works with DVBPlayer.
I've already tried to convert the numbers to Hex and use them in the first ini file but this doesn't work.

Does anyone has an idea how I can get the remote to work?

The Card I use is an NEWMI(?) DM713S


amfa

Posted: Wed Jul 04, 2007 11:15 pm
by Juergen
What's the full name and location of that ini file?

Posted: Fri Jul 06, 2007 10:05 am
by amfa
Hi
the file is located in C:\ProgDVB\Modules\DM713SIR.ini
(the two other files that wre on the driver disc are c:\ProgDVB\Modules\DM713S.device and C:\ProgDVB\Modules\DM713SCap.dll)

Posted: Fri Jul 06, 2007 8:33 pm
by Juergen
...so this is hardware specific.
As I don't have that device, sorry, no way to help.

Anyone else around who can?