I've got hold of one of those KWP2000+ devices off ebay with the aim to read my ECU and get the map tweaked
My laptop is running 64bit Windows 7
On the disk came some new drivers for the FDTI chipset the KWP runs (CDM20814_Setup.exe)
So with those installed i tried to update the drivers for the "USB to Serial device" that appeared when i plugged in the KWP2000+ box, however it didn't result in any success. ie no suitable drivers could be found.
So after a bit of Googling i found a site that recommended downloading the drivers directly from the FDTI site itself (http://www.ftdichip.com/Drivers/D2XX.htm) and modifying the .inf files to include the HardwareId's of the KWP2000+ device that's been found.
so the hardware id's i found on the device properties were
USB\VID_0403&PID_FAD8
USB\VID_0403&PID_FAD8&REV_0400
So i then edited the ftdibus.inf & ftdiport.inf files
ftdibus.inf
[FtdiHw]
%USB\VID_0403&PID_6001.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6001
%USB\VID_0403&PID_6010&MI_00.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6010&MI_00
%USB\VID_0403&PID_6010&MI_01.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6010&MI_01
%USB\VID_0403&PID_6011&MI_00.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6011&MI_00
%USB\VID_0403&PID_6011&MI_01.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6011&MI_01
%USB\VID_0403&PID_6011&MI_02.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6011&MI_02
%USB\VID_0403&PID_6011&MI_03.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6011&MI_03
%USB\VID_0403&PID_6014.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6014
%USB\VID_0403&PID_FAD8&REV_0400.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_FAD8&REV_0400
%USB\VID_0403&PID_FAD8.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_FAD8
[FtdiHw.NTamd64]
%USB\VID_0403&PID_6001.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6001
%USB\VID_0403&PID_6010&MI_00.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6010&MI_00
%USB\VID_0403&PID_6010&MI_01.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6010&MI_01
%USB\VID_0403&PID_6011&MI_00.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6011&MI_00
%USB\VID_0403&PID_6011&MI_01.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6011&MI_01
%USB\VID_0403&PID_6011&MI_02.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6011&MI_02
%USB\VID_0403&PID_6011&MI_03.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6011&MI_03
%USB\VID_0403&PID_6014.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6014
%USB\VID_0403&PID_FAD8&REV_0400.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_FAD8&REV_0400
%USB\VID_0403&PID_FAD8.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_FAD8
[Strings]
Ftdi="FTDI"
DESC="CDM Driver Package - Bus/D2XX Driver"
DriversDisk="FTDI USB Drivers Disk"
USB\VID_0403&PID_6001.DeviceDesc="USB Serial Converter"
USB\VID_0403&PID_6010&MI_00.DeviceDesc="USB Serial Converter A"
USB\VID_0403&PID_6010&MI_01.DeviceDesc="USB Serial Converter B"
USB\VID_0403&PID_6011&MI_00.DeviceDesc="USB Serial Converter A"
USB\VID_0403&PID_6011&MI_01.DeviceDesc="USB Serial Converter B"
USB\VID_0403&PID_6011&MI_02.DeviceDesc="USB Serial Converter C"
USB\VID_0403&PID_6011&MI_03.DeviceDesc="USB Serial Converter D"
USB\VID_0403&PID_6014.DeviceDesc="USB Serial Converter"
USB\VID_0403&PID_FAD8.DeviceDesc="Serial To Kline Interface"
USB\VID_0403&PID_FAD8&REV_0400.DeviceDesc="Serial To Kline Interface"
SvcDesc="USB Serial Converter Driver"
ClassName="USB"
I then updated the drivers on the device pointing them at these edited drivers and bingo they installed OK.
Excellent i thought!!!
However I tried connecting the device to the car but i just keep getting Kick Not Found! error message in the window that opens when you choose the Rover Bosch EDC15C DDE option from the list of ECU's.
The Green light comes on the box when connected to the USB cable and when its connected to the car aswell the red VBAT light comes on as well, so it would appear there is connectivity from both ends.
So I'm wondering if anyone's had any luck getting these to work?
Questions
a) If people have got it to work does the "Kick Not Found" message disappear only when the device is connected to the ECU?
b) Which COM Port is your USB to Serial Device configured as? (mine was initially COM5 but i changed it to COM1 but with no luck.
I've got the gut feeling the software can't communicate with the KWP2000+ box rather than it failing to communicate with the car, but i could be wrong!
thanks in advance for any help
Matt
My laptop is running 64bit Windows 7
On the disk came some new drivers for the FDTI chipset the KWP runs (CDM20814_Setup.exe)
So with those installed i tried to update the drivers for the "USB to Serial device" that appeared when i plugged in the KWP2000+ box, however it didn't result in any success. ie no suitable drivers could be found.
So after a bit of Googling i found a site that recommended downloading the drivers directly from the FDTI site itself (http://www.ftdichip.com/Drivers/D2XX.htm) and modifying the .inf files to include the HardwareId's of the KWP2000+ device that's been found.
so the hardware id's i found on the device properties were
USB\VID_0403&PID_FAD8
USB\VID_0403&PID_FAD8&REV_0400
So i then edited the ftdibus.inf & ftdiport.inf files
ftdibus.inf
[FtdiHw]
%USB\VID_0403&PID_6001.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6001
%USB\VID_0403&PID_6010&MI_00.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6010&MI_00
%USB\VID_0403&PID_6010&MI_01.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6010&MI_01
%USB\VID_0403&PID_6011&MI_00.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6011&MI_00
%USB\VID_0403&PID_6011&MI_01.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6011&MI_01
%USB\VID_0403&PID_6011&MI_02.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6011&MI_02
%USB\VID_0403&PID_6011&MI_03.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6011&MI_03
%USB\VID_0403&PID_6014.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6014
%USB\VID_0403&PID_FAD8&REV_0400.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_FAD8&REV_0400
%USB\VID_0403&PID_FAD8.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_FAD8
[FtdiHw.NTamd64]
%USB\VID_0403&PID_6001.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6001
%USB\VID_0403&PID_6010&MI_00.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6010&MI_00
%USB\VID_0403&PID_6010&MI_01.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6010&MI_01
%USB\VID_0403&PID_6011&MI_00.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6011&MI_00
%USB\VID_0403&PID_6011&MI_01.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6011&MI_01
%USB\VID_0403&PID_6011&MI_02.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6011&MI_02
%USB\VID_0403&PID_6011&MI_03.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6011&MI_03
%USB\VID_0403&PID_6014.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6014
%USB\VID_0403&PID_FAD8&REV_0400.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_FAD8&REV_0400
%USB\VID_0403&PID_FAD8.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_FAD8
[Strings]
Ftdi="FTDI"
DESC="CDM Driver Package - Bus/D2XX Driver"
DriversDisk="FTDI USB Drivers Disk"
USB\VID_0403&PID_6001.DeviceDesc="USB Serial Converter"
USB\VID_0403&PID_6010&MI_00.DeviceDesc="USB Serial Converter A"
USB\VID_0403&PID_6010&MI_01.DeviceDesc="USB Serial Converter B"
USB\VID_0403&PID_6011&MI_00.DeviceDesc="USB Serial Converter A"
USB\VID_0403&PID_6011&MI_01.DeviceDesc="USB Serial Converter B"
USB\VID_0403&PID_6011&MI_02.DeviceDesc="USB Serial Converter C"
USB\VID_0403&PID_6011&MI_03.DeviceDesc="USB Serial Converter D"
USB\VID_0403&PID_6014.DeviceDesc="USB Serial Converter"
USB\VID_0403&PID_FAD8.DeviceDesc="Serial To Kline Interface"
USB\VID_0403&PID_FAD8&REV_0400.DeviceDesc="Serial To Kline Interface"
SvcDesc="USB Serial Converter Driver"
ClassName="USB"
I then updated the drivers on the device pointing them at these edited drivers and bingo they installed OK.
Excellent i thought!!!
However I tried connecting the device to the car but i just keep getting Kick Not Found! error message in the window that opens when you choose the Rover Bosch EDC15C DDE option from the list of ECU's.
The Green light comes on the box when connected to the USB cable and when its connected to the car aswell the red VBAT light comes on as well, so it would appear there is connectivity from both ends.
So I'm wondering if anyone's had any luck getting these to work?
Questions
a) If people have got it to work does the "Kick Not Found" message disappear only when the device is connected to the ECU?
b) Which COM Port is your USB to Serial Device configured as? (mine was initially COM5 but i changed it to COM1 but with no luck.
I've got the gut feeling the software can't communicate with the KWP2000+ box rather than it failing to communicate with the car, but i could be wrong!
thanks in advance for any help
Matt