Building a Remte definition for my Daytek lm37
Posted: Tue Jan 08, 2008 10:45 am
This is a follow on to my previous post regarding my Kameleon but since this is specific to the Daytek I thought I would start a new thread.
Usiing LIRCs learning ability, I captured the keys from my original Daytek remote control. Here is the entire lirc file:
Using this information, and the help from people here, I determined the hex to use in RM. This is what I came up with:
The problem is, it doesn't work. I copy it over to my Atlas remote and give it a try and nothing -- I haven't tried to re-capture it with LIRC yet but I wanted to make sure that what I had done was correct? Can someone check this please?
Thanks
Norm
Usiing LIRCs learning ability, I captured the keys from my original Daytek remote control. Here is the entire lirc file:
Code: Select all
begin remote
name daytek.lvm37
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 9059 4427
one 619 1628
zero 619 502
ptrail 620
repeat 9048 2185
pre_data_bits 16
pre_data 0xF7
gap 107799
toggle_bit_mask 0x0
begin codes
Power 0x8877
Mute 0xC837
Tv 0xC03F
Line 0xD02F
Display 0x50AF
Caption 0x609F
PIPon/off 0x6A95
PIPswap 0x5AA5
PIPsource 0xE01F
PIPsound 0x52AD
One 0xB847
Two 0x38C7
Three 0x629D
Four 0xA857
Five 0x28D7
Six 0xA25D
Seven 0x00FF
Eight 0xF807
Nine 0xD827
Zero 0x7887
Vol+ 0x10EF
Vol- 0x7A85
Ch+ 0x12ED
Ch- 0xB24D
MTS 0x1AE5
Freeze 0x2AD5
Sleep 0x3AC5
TVMenu 0xF20D
Up 0xE21D
Down 0xD22D
Left 0xEA15
Right 0xCA35
Enter 0x20DF
P.STD 0xC23D
S.STD 0x0AF5
Aspect 0x4AB5
Exit 0x9A650
end remote
Code: Select all
0 246 00246 30 87
1 248 00248 29 47
2 244 00244 28 C7
3 166 00166 70 9D
4 120 00120 21 57
5 116 00116 20 D7
6 168 00168 69 5D
7 181 00181 0 FF
8 250 00250 31 07
9 251 00251 27 27
vol up 053 00053 8 EF
vol down 230 00230 94 85
mute 123 00123 19 37
channel up 037 00037 72 ED
channel down 040 00040 77 4D
power 121 00121 17 77
enter 180 00180 4 DF
menu 042 00042 79 0D
up arrow 170 00170 71 1D
down arrow 043 00043 75 2D
left arrow 106 00106 87 15
right arrow 107 00107 83 35
select 180 00180 4 DF
pip on/off 102 00102 86 95
pip swap 231 00231 90 A5
exit 233 00233 89 65
input toggle 059 00059 11 2F
Thanks
Norm