Good news - well done. Thanks for posting the solution. I read up on RC5 (http://www.xs4all.nl/~sbp/knowledge/ir/rc5.htm) and it makes sense now
RC5 is a 14 bit code split into 2 start bits - always 1 1 toggle bit - alternates 0 and 1 5 bits device/system address 6 bits command Code always starts 110 then device decimal 20 = 14 hex is 10100 command 10 hex (vol+) would be 010000 putting it all together gives 110 10100 010000 = 3510 in hex Similarly command 11 hex (vol-) 010001 gives 11010100010001 which is 3511 in hex Mute should be 3531 then and any other command from the Pronto ccf could be added the same way. Now I can't make sense of the RC-63CD conf file posted on the lirc site which I cribbed as a template - so I'll just ignore it. Sorry if that just wasted time. -- d_pete ------------------------------------------------------------------------ d_pete's Profile: http://forums.slimdevices.com/member.php?userid=2550 View this thread: http://forums.slimdevices.com/showthread.php?t=18637 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
