Magneti Marelli Clusters - gmenounos/kw1281test GitHub Wiki

The GetSKC command will work with several VW/Audi clusters made by Magneti Marelli. However there are at least 2 different variants with different EEPROM sizes and starting addresses. If GetSKC returns an "Unsupported cluster version" error, you can attempt to determine the EEPROM type yourself by running the following 2 commands to see which one, if any, succeeds (replace "COM1" with the proper COM port used by your cable):

kw1281test.exe COM1 9600 17 DumpMarelliMem 3072 1024
kw1281test.exe COM1 9600 17 DumpMarelliMem 14336 2048

If GetSKC fails and either of the above commands succeeds, please Open an Issue and attach your kw1281test.log so that I can add support for your cluster.