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



Programming is the art of cleverly arranging bits and bytes. - (c) Felix
Mueller
------------------------------------------------------------------------
fcm4711's Profile: http://forums.slimdevices.com/member.php?userid=42
View this thread: http://forums.slimdevices.com/showthread.php?t=101774

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to