I'm trying to delete my immo on my 2002 Golf and I have a KKL Cable, I'm using this command and it timesout after sending some data back and forth, I'm confused what is going wrong? My COM port is correct and I already pulled my SKC
.\kw1281test.exe com5 9600 1 WriteEdc15Eeprom 0x1B0 0x60 0x1DE 0x60
Version 0.99.7-beta (
https://github.com/gmenounos/kw1281test/releases)
Command Line: kw1281test com5 9600 1 WriteEdc15Eeprom 0x1B0 0x60 0x1DE 0x60
OSVersion: Microsoft Windows NT 10.0.26100.0
.NET Version: 9.0.2
Culture: en-US
Opening Generic serial port com5
Sending wakeup message
Reading sync byte
Keyword Lsb $01
Keyword Msb $8A
Protocol is KW 1281 (8N1)
ECU: 038906012FD 1,9l R4 EDC G000SG 4102
Software Coding 00002, Workshop Code: 00000
Sending EndCommunication block
Reading sync byte
Keyword Lsb $6B
Keyword Msb $8F
Protocol is KW 2027 (8N1)
KW Version: 2027
Sent: 82 01 F1 10 89 0D (startDiagnosticSession)
Received: 82 F1 01 50 89 4D (startDiagnosticSession ACK)
Sent: 82 01 F1 10 85 09 (startDiagnosticSession)
Received: 83 F1 01 7F 10 78 7C (startDiagnosticSession NAK reqCorrectlyRcvdRspPending)
Received: 83 F1 01 50 85 2F 79 (startDiagnosticSession ACK)
Sent: 82 01 F1 27 41 DC (securityAccess)
Received: 84 F1 01 67 41 00 00 1E (securityAccess ACK)
Sent: 82 01 F1 27 42 DD (securityAccess)
Received: 83 F1 01 67 42 34 52 (securityAccess ACK)
Sent: 08 34 40 E0 00 00 00 04 40 A0 (requestDownload)
Received: 02 74 FF 75 (requestDownload ACK)
Sent: 00 41 36 A5 A5 14 E0 00 00 3C E0 00 00 42 E0 00 00 40 E4 00 00 02 47 13 00 00 01 00 02 00 03 00 04 00 05 00 06 00 07 00 08 00 09 00 0A 00 0B 00 0C 00 0D 00 0E 00 0F 80 0F A0 0F C0 0F 00 10 45 2F 7D 64 5D (transferData)
Received: 01 76 77 (transferData ACK)
Sent: 00 41 36 9B C3 BE 88 4F D8 E6 F0 FE E7 BB 6A 48 61 2D 50 48 62 2D 1F E6 F1 00 E6 F4 41 01 00 47 F4 23 00 2D 1A 47 F4 36 00 2D 1A 47 F4 A2 00 2D 1B 47 F4 A3 00 2D 20 47 F4 A4 00 2D 21 47 F4 A5 00 2D 29 41 (transferData)
Received: 01 76 77 (transferData ACK)
Sent: 00 41 36 47 F4 A6 00 2D 2A 47 F4 A7 00 2D 2A 47 F4 A8 00 2D 2B BB 31 0D DA CA 00 3C E3 0D D7 CA 00 CC E2 BB 33 0D D3 BB 31 CA 00 82 E2 E7 FE 55 00 BB 63 B7 48 B7 B7 E7 FE 55 00 BB 5E 0D C7 BB 25 CA 00 B9 (transferData)
Received: 01 76 77 (transferData ACK)
Sent: 00 41 36 82 E2 E0 02 F4 41 02 00 F6 F2 B4 FE E7 FE AA 00 0D F3 BB 1A CA 00 AA E3 0D E3 BB 16 BB 67 0D E0 BB 13 CA 00 9C E2 0D DC BB 0F CA 00 AC E2 0D D8 A9 E1 09 E1 0D E1 88 10 88 20 E6 F1 00 E6 E1 14 73 (transferData)
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.KwpCommon.ReadByte() in D:\src\kw1281test\KwpCommon.cs:line 145
at BitFab.KW1281Test.KW2000Dialog.ReceiveMessage() in D:\src\kw1281test\Kwp2000\KW2000Dialog.cs:line 201
at BitFab.KW1281Test.KW2000Dialog.SendReceive(DiagnosticService service, Byte[] body, Boolean excludeAddresses) in D:\src\kw1281test\Kwp2000\KW2000Dialog.cs:line 123
at BitFab.KW1281Test.EDC15.Edc15VM.ReadWriteEeprom(String filename, List`1 addressValuePairs) in D:\src\kw1281test\EDC15\Edc15VM.cs:line 69
at BitFab.KW1281Test.Tester.ReadWriteEdc15Eeprom(String filename, List`1 addressValuePairs) in D:\src\kw1281test\Tester.cs:line 355
at BitFab.KW1281Test.Program.Run(String[] args) in D:\src\kw1281test\Program.cs:line 420
at BitFab.KW1281Test.Program.Main(String[] args) in D:\src\kw1281test\Program.cs:line 40