The log looks like it worked. Confirm the file like Nuje suggests. Then try...
kw1281test COM5 9600 46 ReadEeprom 04352
It should return a value. Mine was 200
kw1281test COM5 9600 46 ReadEeprom 04353 and kw1281test COM5 9600 46 ReadEeprom 04354
should also return that value.
If so you are almost there....
Let us know what you get
It won't return a value.
C:\>kw1281test67 COM5 9600 46 ReadEeprom 04352
KW1281Test: Yesterday's diagnostics...Today.
Version 0.67-beta (
https://github.com/gmenounos/kw1281test/releases)
Args: COM5 9600 46 ReadEeprom 04352
OSVersion: Microsoft Windows NT 10.0.19042.0
.NET Version: 6.0.0
Culture: en-US
Opening serial port COM5
Sending wakeup message
Reading sync byte
Keyword Lsb $01
Keyword Msb $8A
Protocol is KW 1281 (8N1)
Caught: System.InvalidOperationException Wrote 0xAA to port but echo was 0x01
Unhandled exception: System.InvalidOperationException: Wrote 0xAA to port but echo was 0x01
at BitFab.KW1281Test.KwpCommon.WriteByteAndDiscardEcho(Byte b) in C:\Users\gmeno\src\kw1281test\KwpCommon.cs:line 193
at BitFab.KW1281Test.KwpCommon.WriteComplement(Byte b) in C:\Users\gmeno\src\kw1281test\KwpCommon.cs:line 126
at BitFab.KW1281Test.KwpCommon.ReadAndAckByte() in C:\Users\gmeno\src\kw1281test\KwpCommon.cs:line 108
at BitFab.KW1281Test.KW1281Dialog.ReceiveBlock() in C:\Users\gmeno\src\kw1281test\KW1281Dialog.cs:line 306
at BitFab.KW1281Test.KW1281Dialog.ReceiveBlocks() in C:\Users\gmeno\src\kw1281test\KW1281Dialog.cs:line 284
at BitFab.KW1281Test.KW1281Dialog..ctor(IKwpCommon kwpCommon, ControllerInfo& ecuInfo) in C:\Users\gmeno\src\kw1281test\KW1281Dialog.cs:line 698
at BitFab.KW1281Test.Program.Kwp1281Wakeup(Boolean evenParityWakeup) in C:\Users\gmeno\src\kw1281test\Program.cs:line 371
at BitFab.KW1281Test.Program.Run(String[] args) in C:\Users\gmeno\src\kw1281test\Program.cs:line 315
at BitFab.KW1281Test.Program.Main(String[] args) in C:\Users\gmeno\src\kw1281test\Program.cs:line 30
I did get close accidentally by specifying 0352 accidentally but could never duplicate it again:
Version 0.67-beta (
https://github.com/gmenounos/kw1281test/releases)
Args: COM5 9600 46 ReadEeprom 0352
OSVersion: Microsoft Windows NT 10.0.19042.0
.NET Version: 6.0.0
Culture: en-US
Opening serial port COM5
Sending wakeup message
Reading sync byte
Keyword Lsb $01
Keyword Msb $8A
Protocol is KW 1281 (8N1)
ECU: 1C0959799C 8A Komfortgerat HLO 0003
Software Coding 00258, Workshop Code: 01266
Sending Login block
Sending ReadEeprom block (Address: $0160, Count: $01)
EEPROM read failed
Sending EndCommunication block