Do the non-Raw pronto codes work in IRSS? That is, RC5, RC5X, RC6 and RC6A?
I was going through the source in Pronto.cs, which has the following for RC6A:
I was also able to find this pdf, which says that customer should be prontoData[4], but describes a much different decode method.
I'm wondering which is right.

Brett
I was going through the source in Pronto.cs, which has the following for RC6A:
Code:
ushort customer = prontoData[5];
ushort system = prontoData[5];
ushort command = prontoData[6];
I'm wondering which is right.
Brett