fcm4711 wrote: > Hello again > > Ok, I figured out why there are two columns - it has to do with the > special Denon format which inverts the command in a second transmission. > > So the full IR signal is 5 bits address then 10 bits command, a gap, > then the address again and the command inverted. > > IR Blaster doesn't support the two columns but it should be able to > invert part of the signal by using a toggle mask. > > Please give this a try: > > > Code: -------------------- > > > begin remote > > name MyRemote > bits 15 > flags SPACE_ENC|CONST_LENGTH > eps 30 > aeps 100 > > one 237 1862 > zero 237 813 > ptrail 241 > gap 67300 > toggle_bit_mask 0x0 > TOGGLE_MASK 0X3FF > MIN_REPEAT 2 > begin codes > PowerAmp_On 0x2024 > PowerAmp_Off 0x2024 > Volume_Up 0x22C4 > Volume_Down 0x20C4 > end codes > > end remote -------------------- > > > > Cheers > Felix
Hi Felix Yes, I tried to record another conf file and it was a bit different but didn't work either. I'll try your tip this evening ! Thanks a lot :) antonio 1 SB3, 1 radio, 1 touch Plugins : IR Blaster, Smartmix, MusicIP ------------------------------------------------------------------------ Antoniop's Profile: http://forums.slimdevices.com/member.php?userid=39292 View this thread: http://forums.slimdevices.com/showthread.php?t=101774 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
