Kalmurn
Member
I seem to be having issues attempting to connect to my cluster in my 2004 TDI Wagon. When attempting to GetSKC or ReadSoftwareVersion i get a timeout error. Im using a VCDS HEX + CAN clone cable from Total Car Diagnostics that works with VCDS 17.1.3. I can confirm that i can use the cable to connect with this version of VCDS (that they provided) and read data from the cluster and ECU.
Ive uninstalled all drivers for the cable that windows installed, downloaded the VCP drivers and installed it for the cable, enabled "Load VCP" in the device settings, installed them again for the VCP drivers for the unidentified USB serial port that shows up and after doing so it shows as COM3. After this i disabled "boot in intelligent mode", tested, and saved in VCDS, and then unplugged and re-plugged in the cable. After doing these steps i am faced with the error as below.
Anyone able to provide some assistance?
I dont have a VAG-KKL cable unfortunately and since im in Canada the cheapest one on Amazon is like $35-$40. Ill be ordering one from Aliexpress with a CH340T chip unless someone recommends i get the FTDI FT232RL chip instead? Unfortunately this will take almost a month to get to me but is much cheaper at about $10-$15.
Ive uninstalled all drivers for the cable that windows installed, downloaded the VCP drivers and installed it for the cable, enabled "Load VCP" in the device settings, installed them again for the VCP drivers for the unidentified USB serial port that shows up and after doing so it shows as COM3. After this i disabled "boot in intelligent mode", tested, and saved in VCDS, and then unplugged and re-plugged in the cable. After doing these steps i am faced with the error as below.
Anyone able to provide some assistance?
I dont have a VAG-KKL cable unfortunately and since im in Canada the cheapest one on Amazon is like $35-$40. Ill be ordering one from Aliexpress with a CH340T chip unless someone recommends i get the FTDI FT232RL chip instead? Unfortunately this will take almost a month to get to me but is much cheaper at about $10-$15.
Code:
PS C:\Users\User\Downloads\kw1281test_0.80-beta_Win10> .\kw1281test.exe COM3 10400 17 ReadSoftwareVersion
KW1281Test: Yesterday's diagnostics...Today.
Version 0.80-beta (https://github.com/gmenounos/kw1281test/releases)
Args: COM3 10400 17 ReadSoftwareVersion
OSVersion: Microsoft Windows NT 10.0.19044.0
.NET Version: 7.0.0
Culture: en-CA
Opening serial port COM3
Sending wakeup message
Wakeup duration: 2 seconds
Reading sync byte
Caught: System.IO.IOException This operation returned because the timeout period expired. : 'COM3'
Unhandled exception: System.IO.IOException: This operation returned because the timeout period expired. : 'COM3'
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