Page 1 of 1
taipeinet cable box
Posted: Sun Apr 03, 2016 11:08 am
by chuliu
I have a upgrade learn that is decoded as RC6-6-16
I canot find a protocol in rm to use.
Please help.
http://hifi-remote.com/forums/dload.php ... e_id=14014
It is from a remote of a cable provider in Taiwan. The name is Taipeinet.
Thanks.
1. power->12
2.CH+->18
3. CH- ->19
4 last_ch-》29
5. epg ->28
6. menu->35
7. exit->36
8. up->30
9. down->31
10. left->32
11. right->33
12. select->34
13. Stop->37
14. Play->38
15. 0->0
16. 1->1
17. 2->2
18. 3->3
19. 4->4
20. 5->5
21. 6->6
22. 7->7
23 .8->8
24 .9->9
Posted: Sun Apr 03, 2016 1:22 pm
by The Robman
Each RC6-6-?? variant requires a new executor to be written, and RC6 is tricky and needs to be handled manually. Therefore, we need to know which remote you want to program this into in order to know what language to write the executor in.
Posted: Sun Apr 03, 2016 6:26 pm
by 3FG
In this case, we don't need a new executor. The standard PID 0058 variant 2 executor (RC6) which is in all JP1.2 and newer remotes, as well as some JP1 remotes, can send RC6-M-16, including RC6-6-16. So can the PID 0184 RC5/6 combo executor.
I suppose it is too late to modify the RC6 entry in protocols.ini, so I'll add the following in subsequent releases of protocols.ini:
Code: Select all
[RC6-M-16]
PID=00 58
VariantName=2
CmdTranslator=Translator()
CmdParms=OBC=0
DevParms=Device:8=0, M:3=6
DeviceTranslator=BitDoubler(0,8,16) \
BitDoubler(1,3,2)
FixedData=A9 30 55 55
Code.S3C80=47 93 41 8B 13 CE 05 08 08 00 DE 00 00 00 00 00 CC D0 52 05 35 01 A8 04 68 07 2C 08 CF 10 08 10 07 DF 10 08 10 07 90 C6 FB 03 B6 08 03 2A ED 76 00 01 6B 03 B6 04 F0 E6 10 02 E6 11 04 8D 01 46
Code.6805-RC16/18=12 25 41 20 11 CE 05 08 08 00 6C 00 00 00 6F 68 00 00 20 92 E8 04 B6 5E AE 08 B7 50 BF 63 48 59 99 49 59 38 50 24 02 A8 03 3A 63 26 F1 BF 5E B7 5F 01 57 06 B6 5B A8 F0 B7 5B 34_66 A6 04 B7 DD CC 01 AF
Code.HCS08=20 16 24 4B 41 CE 05 08 08 00 D9 00 00 00 00 00 DE CF EC 05 27 01 D1 04 B6 64 AE 08 CD FF 8C BF 64 B7 65 B6 61 01 B3 04 A8 F0 B7 61 6E 02 A9 6E 04 AA CC FF 5F
Code.MAXQ610=35 6F 41 0E 10 00 00 00 00 00 10 00 11 0F 60 00 20 00 00 86 00 00 00 00 41 F0 04 50 D5 D4 D6 62 50 06 70 31 72 73 75 76
chuliu, you can just add this into your protocols.ini for now. Make sure you change the device to 161.
Posted: Mon Apr 04, 2016 5:14 am
by chuliu
Thanks. It's working flawlessly.