Im still having problems understanding what hcman said. he explained the XX YY but he has a ZZ in there too. he says nothing about what ZZ is. i also dont understand what is meant by Y is inverted X. it sort of made sense when i first read it but now after attempting it with failure i just dont get it. any help here?
xx = 16Bit Checksum of the complete binary file
yy = binary complement of xx => FFFF - xx
zz is an internal Bosch build number of the file
Here different examples for the last 6 Bytes (xx yy zz):
Audi S2 - ABY - M2.3.2
895907551A - 0261203145 - 1267357519
...F9 D9 06 26 A1 47 => FFFF - F9D9 = 0626
Audi S6 - AAN - M2.3.2
4A0907551C - 0261203601 - 1267358644
...0A 96 F5 69 A2 45 => FFFF - 0A96 = F569
Audi RS2 - ADU - M2.3.2
8A0907551C - 0261203543 - 1267358647
...AA 37 55 C8 A2 53 => FFFF - AA37 = 55C8
Regards Tom