> b) Need to find the (checksum?) algorithm that generates the first 2
> bytes of firmware data to write.

Well, I just finished writing a script that calculated every possible
16-bit CRC on both firmwares, both bit-reversed and not, with each of
-1, 0, 1 as the initial value. Unfortunately, I didn't find any CRC
that calculated the desired value for both firmwares at the same time.

The only thing I didn't try yet was inserted the 48/47 bytes before
calculating the checksum. Still, since they're not in the download, I'm
not too hopeful about that, but we'll see...

Thinking about it, a CRC might be a little overkill for the PIC in the
remote to calculate (they're kinda slow even on my 2GHz x86). Perhaps it's
a simpler algorithm like a checksum - have to go find out how they work.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to