-
I have an LG HX906 A/V Receiver and I want to send IR signals to control it. It does not work - partially. This is the minimal program:
While the first ...sendSamsungLG(...) does not result in any reaction of the LG device, the second call ...sendPulsDistanceWith_P(....) does correctly increase the volume level by 1 on the device.
The difference is in the raw data! Am I doing something wrong? The second call produces exactly the same singnals as the original Remote Control produces, when pressing the "Vol+" button. That's the reason why the second call works. But shouldn't first call do the same thing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for reporting 👍 . |
Beta Was this translation helpful? Give feedback.
I'm testing on version 4.4.1.
Meanwhile: My example code from above works, if I change the failing line to:
IrSender.sendSamsungLG(0x2c2c, 0x17, 1);
giving the address parameter an 16 Bit value. This solves my initial "problem".
However, then the ReceiveDemo example program out of this package should not claim the recieved signal as:
but show