Bug in RC6A? (1 Viewer)

stottle

New Member
August 8, 2009
2
0
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:
Code:
      ushort customer = prontoData[5];
      ushort system = prontoData[5];
      ushort command = prontoData[6];
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.

:D
Brett
 

Users who are viewing this thread

Top Bottom