Hey guys, I was trying to do the hatch unlock with doors and somehow I managed to flip a bit wrong somewhere (?), now I have a multitude of problems, mainly that my car no longer locks (buttons, key, or key fob) and that the windows and sunroof no longer work. I would try to set the values to default (post #906) however the CCM appears to have stopped responding.
The cluster still responds so I know its not my cable or laptop, can anyone help me out?
Code:
Version 0.80-beta (https://github.com/gmenounos/kw1281test/releases)
Args: com5 9600 46 ReadEeprom 4353
OSVersion: Microsoft Windows NT 10.0.22621.0
.NET Version: 7.0.0
Culture: en-US
Opening serial port com5
Sending wakeup message
Wakeup duration: 2 seconds
Reading sync byte
Caught: System.IO.IOException This operation returned because the timeout period expired. : 'com5'
Unhandled exception: System.IO.IOException: This operation returned because the timeout period expired. : 'com5'
at System.IO.Ports.SerialStream.EndRead(IAsyncResult)
at System.IO.Ports.SerialStream.ReadByte(Int32)
at System.IO.Ports.SerialStream.ReadByte()
at System.IO.Ports.SerialPort.ReadByte()
at BitFab.KW1281Test.Interface.GenericInterface.ReadByte() in C:\Users\gmeno\src\kw1281test\Interface\GenericInterface.cs:line 34
at BitFab.KW1281Test.KwpCommon.WakeUp(Byte, Boolean) in C:\Users\gmeno\src\kw1281test\KwpCommon.cs:line 52
at BitFab.KW1281Test.Tester.Kwp1281Wakeup(Boolean ) in C:\Users\gmeno\src\kw1281test\Tester.cs:line 32
at BitFab.KW1281Test.Program.Run(String[]) in C:\Users\gmeno\src\kw1281test\Program.cs:line 256
at BitFab.KW1281Test.Program.Main(String[]) in C:\Users\gmeno\src\kw1281test\Program.cs:line 26
Last edited: