Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sendSamsungLG() does not work with my LG HX906 #1291

Answered by OpitZle
OpitZle asked this question in Help
Discussion options

You must be logged in to vote

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:

Protocol=SamsungLG Address=0x2C Command=0x17 Raw-Data=0xE8172C2C 32 bits LSB first
Send with: IrSender.sendSamsungLG(0x2C, 0x17, <numberOfRepeats>);

but show

Protocol=SamsungLG Address=0x2C2C Command=0x17 Raw-Data=0xE8172C2C 32 bits LSB first
Send with: IrSender.sendSamsungLG(0x2C2C, 0x17, <numberOfRepeats>);

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@OpitZle
Comment options

Answer selected by OpitZle
@ArminJo
Comment options

@OpitZle
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Idea or request for enhancement of the library
2 participants