gmenounos / kw1281test

VW KW1281 Protocol Test Tool
MIT License
111 stars 14 forks source link

Audi TT 8N2920980A M73 D06 #74

Open cdgold3 opened 2 months ago

cdgold3 commented 2 months ago

Hi,

I'm trying to dump this cluster from an audi TT so I can retrieve the SKC but keep getting the following error:

`C:\kw1281test_0.97.0-beta_Win10>kw1281test.exe com4 9600 17 DumpMarelliMem 14336 2048 KW1281Test: Yesterday's diagnostics...Today.

Version 0.97.0-beta (https://github.com/gmenounos/kw1281test/releases) Args: com4 9600 17 DumpMarelliMem 14336 2048 OSVersion: Microsoft Windows NT 10.0.22631.0 .NET Version: 8.0.0 Culture: en-GB Opening serial port com4 Sending wakeup message Reading sync byte Keyword Lsb $01 Keyword Msb $8A Protocol is KW 1281 (8N1) ECU: 8N2920980A KOMBI+WEGFAHRS. M73 D06 Software Coding 05444, Workshop Code: 00222 entryH: 0x00, regBlockH: 0x20, count: 0x0800 Sending block 0x6C Writing data to cluster microcontroller Receiving ACK Caught: System.TimeoutException The operation has timed out. Unhandled exception: System.TimeoutException: The operation has timed out. at System.IO.Ports.SerialPort.ReadByte() at BitFab.KW1281Test.Interface.GenericInterface.ReadByte() in /Users/gmenounos/src/kw1281test/Interface/GenericInterface.cs:line 34 at BitFab.KW1281Test.KwpCommon.ReadByte() in /Users/gmenounos/src/kw1281test/KwpCommon.cs:line 130 at BitFab.KW1281Test.Cluster.MarelliCluster.WriteMarelliBlockAndReadAck(Byte[]) in /Users/gmenounos/src/kw1281test/Cluster/MarelliCluster.cs:line 215 at BitFab.KW1281Test.Cluster.MarelliCluster.DumpMem(String, UInt16, Nullable1 ) in /Users/gmenounos/src/kw1281test/Cluster/MarelliCluster.cs:line 104 at BitFab.KW1281Test.Cluster.MarelliCluster.DumpEeprom(Nullable1, Nullable1, String ) in /Users/gmenounos/src/kw1281test/Cluster/MarelliCluster.cs:line 21 at BitFab.KW1281Test.Tester.DumpMarelliMem(UInt32, UInt32, ControllerInfo, String ) in /Users/gmenounos/src/kw1281test/Tester.cs:line 390 at BitFab.KW1281Test.Program.Run(String[]) in /Users/gmenounos/src/kw1281test/Program.cs:line 341 at BitFab.KW1281Test.Program.Main(String[]) in /Users/gmenounos/src/kw1281test/Program.cs:line 31

For some reason the cluster restarts around the following command:

Writing data to cluster microcontroller Receiving ACK

If i try ">kw1281test.exe com4 9600 17 DumpMarelliMem 3072 1024" i also get the same issue with the restart.

Im using an old school vag-com kkl cable that i have used many a times to dump golf mk4 clusters using VAG eeprom programmer.

This is the first time trying it with kw2181test but fault code reading via the software works fine.