8000 sendRC6(raw,numBits) works, but sendRC6(addr,cmd,numRepeats) doesn't work · Arduino-IRremote Arduino-IRremote · Discussion #1051 · GitHub
[go: up one dir, main page]

Skip to content

sendRC6(raw,numBits) works, but sendRC6(addr,cmd,numRepeats) doesn't work #1051

Answered by ArminJo
DaveLowther56 asked this question in Help
Discussion options

You must be logged in to vote

I improved the RC6 decoder and the printIRSendUsage() function to be more specific.
What you have is a no standard RC6 protocol, a protocol derived from RC6 using more bits. Therfore you can use the sendRC6(uint32_t...) function - now renamed to sendRC6Raw() - to send this non standard RC6 like protocol.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DaveLowther56
Comment options

Answer selected by DaveLowther56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Fixed by extending documentation
2 participants
0