Rowa DVD-3610 (NEC1 protocol)
Posted: Tue Jun 01, 2004 6:12 pm
I'm looking into supporting my Rowa DVD-3610 DVD player.
From searching around here, it LOOKS like it should not be too hard, as I already have an LIRC config file for it, it uses the NEC1 protocol. Below is the LIRC file:
begin remote
name rowa-test.conf
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 9000 4500
one 563 1687
zero 563 562
ptrail 563
repeat 9000 2250
pre_data_bits 16
pre_data 0x10EF
gap 108000
toggle_bit 0
frequency 38000
duty_cycle 33
begin codes
POWER 0x000000000000E817
OPEN/CLOSE 0x000000000000B04F
1 0x00000000000032CD
2 0x000000000000708F
3 0x000000000000B24D
4 0x000000000000F00F
5 0x000000000000F20D
6 0x000000000000728D
7 0x000000000000D02F
8 0x000000000000D22D
9 0x00000000000052AD
0 0x00000000000012ED
CLEAR 0x00000000000030CF
DISPLAY 0x00000000000010EF
AUDIO 0x000000000000906F
SUBTITLE 0x000000000000926D
ZOOM 0x00000000000050AF
REPEAT 0x00000000000022DD
REPEAT_A-B 0x000000000000609F
MODE 0x000000000000A25D
ANGLE 0x000000000000A05F
TITLE 0x000000000000E01F
SETUP 0x00000000000020DF
UP 0x000000000000629D
ENTER 0x000000000000AA55
LEFT 0x000000000000E21D
RIGHT 0x000000000000A857
DOWN 0x0000000000006897
RETURN 0x00000000000002FD
PROGRAM 0x00000000000000FF
BACK 0x000000000000C03F
STOP 0x00000000000040BF
PLAY/PAUSE 0x000000000000827D
NEXT 0x000000000000807F
SLOW- 0x000000000000C837
SLOW+ 0x00000000000048B7
FAST- 0x0000000000008A75
FAST+ 0x0000000000008877
BOOKMARK 0x0000000000000AF5
L/R 0x000000000000CA35
3D 0x0000000000004AB5
VOL+ 0x00000000000008F7
VOL- 0x00000000000028D7
SEARCH 0x0000000000002AD5
MENU 0x000000000000EA15
MUTE 0x0000000000006A95
end codes
end remote
Main thing I need to know is what device/subdevice the pre_data 0x10EF translates to, I should be able to handle the rest given the info I've found via searching. (Only example I know of is 0x807F is supposedly device 1 no subdevice)
Edit: Never mind, for once the learning feature on my RS 15-2116 worked and I was able to obtain the dev/subdev codes. It's dev 8, no subdev, NEC1.
Odd that replaying the learned codes never worked with my Rowa, despite the fact that the OBCs/dev/subdev/protocol were apparently correctly learned. (I'm working on a remote definition for KM now).
From searching around here, it LOOKS like it should not be too hard, as I already have an LIRC config file for it, it uses the NEC1 protocol. Below is the LIRC file:
begin remote
name rowa-test.conf
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 9000 4500
one 563 1687
zero 563 562
ptrail 563
repeat 9000 2250
pre_data_bits 16
pre_data 0x10EF
gap 108000
toggle_bit 0
frequency 38000
duty_cycle 33
begin codes
POWER 0x000000000000E817
OPEN/CLOSE 0x000000000000B04F
1 0x00000000000032CD
2 0x000000000000708F
3 0x000000000000B24D
4 0x000000000000F00F
5 0x000000000000F20D
6 0x000000000000728D
7 0x000000000000D02F
8 0x000000000000D22D
9 0x00000000000052AD
0 0x00000000000012ED
CLEAR 0x00000000000030CF
DISPLAY 0x00000000000010EF
AUDIO 0x000000000000906F
SUBTITLE 0x000000000000926D
ZOOM 0x00000000000050AF
REPEAT 0x00000000000022DD
REPEAT_A-B 0x000000000000609F
MODE 0x000000000000A25D
ANGLE 0x000000000000A05F
TITLE 0x000000000000E01F
SETUP 0x00000000000020DF
UP 0x000000000000629D
ENTER 0x000000000000AA55
LEFT 0x000000000000E21D
RIGHT 0x000000000000A857
DOWN 0x0000000000006897
RETURN 0x00000000000002FD
PROGRAM 0x00000000000000FF
BACK 0x000000000000C03F
STOP 0x00000000000040BF
PLAY/PAUSE 0x000000000000827D
NEXT 0x000000000000807F
SLOW- 0x000000000000C837
SLOW+ 0x00000000000048B7
FAST- 0x0000000000008A75
FAST+ 0x0000000000008877
BOOKMARK 0x0000000000000AF5
L/R 0x000000000000CA35
3D 0x0000000000004AB5
VOL+ 0x00000000000008F7
VOL- 0x00000000000028D7
SEARCH 0x0000000000002AD5
MENU 0x000000000000EA15
MUTE 0x0000000000006A95
end codes
end remote
Main thing I need to know is what device/subdevice the pre_data 0x10EF translates to, I should be able to handle the rest given the info I've found via searching. (Only example I know of is 0x807F is supposedly device 1 no subdevice)
Edit: Never mind, for once the learning feature on my RS 15-2116 worked and I was able to obtain the dev/subdev codes. It's dev 8, no subdev, NEC1.
Odd that replaying the learned codes never worked with my Rowa, despite the fact that the OBCs/dev/subdev/protocol were apparently correctly learned. (I'm working on a remote definition for KM now).