Anyone have a pin out for this ECU? Need to find power, ground and diagnostic lines. CAN? KWP2000? KW1281? All help appreciated. Will share findings here. ...
I cannot find anything about connections to the Bosch Motronic ME7.5 ECU (from a VW Golf 2006) on that site. Do you have a specific link please? From:...
I am looking for source code for OBD-II implementation. I am looking for the code connecting to the OBD connector on one side and to serial or USB on the other...
Can anybody tell me what the VAG-COM options should be to communicate with this ECU? I'll get initial communication but then it drops out with too many ...
Hi :) I tried... but no success :( I've opened climatronic ecu and checked ic's voltage supply. There is no +5V on ic's after connect ecu to +12V and ignition...
Hellow! I don't know what protocol you search for. Can you tell me what software you using for KW71 nad KWP2000? Specialy for KW71 airbag ECU reset. Thank's!...
Hi Darqs Thanks for your reply. I want to be able to diagnose the ECU via the K-line (KWP2000 or KW1281?) or via CAN bus at present I haven't been able to do...
Hello, I looked at the code a bit closer and found a bug, the function was not picking up on the info that I was trying to read from ECU 17 and was reading...
Hi It's from a 2006 VW Golf GTi petrol. Thanks From: opendiag@yahoogroups.com [mailto:opendiag@yahoogroups.com] On Behalf Of darqss Sent: 08 April 2008 10:48 ...
Hi :) Each ecu (engine, airbag, instrument cluster, etc.) has different communications baudrate. You have to use autodetect baudrate procedure or change...
Hi, I worked out from vag-com that the instrument cluster uses 9600, I tried that in my code but with no success. I will borrow a storage scope tomorrow and...
OK just had a look on a storage scope to find out that the instrument cluster address is 17 Hex not 17 Decimal as I was using. Ahhhhh! ... the ... to ... to ...
... I am using self written software, which can use both KWP2000 and KWP71. For the airbag I use KWP71. I figured out what the problem is. I connected pin 7...
Hi all, I have established that the initial baud rate on the airbag ecu is 1200 baud with 7 bits and odd parity after the 5 baud init, and am getting back the...
Can you post a trace of the data bytes you see please? From: opendiag@yahoogroups.com [mailto:opendiag@yahoogroups.com] On Behalf Of owenoreilly1 Sent: 10...
Hi, the returned 6 bytes after 5 baud init are : 55 27 06 01 15 18 the last byte 18H corresponds to the sum of the previous bytes with the msb truncated....
Thanks to Darqs and Kiti. I have the ECU on the bench and responding on the K line to commands. The ECU info (ASCII blocks) are: 06A-906-032-TL 1.8l R4/5VT ...
... Hi, This seems OK. I have software for Alfa. The airbag of both my GTV and 166 respond with 55 2b 06 and then three other bytes. My software is capable of...
thanks, I thought the received bytes are ok. I was testing my java code on a modified version of ubuntu linux, with a real time patched kernel, and there...
Thanks Pawel, I give these a go this weekend Regards David From: opendiag@yahoogroups.com [mailto:opendiag@yahoogroups.com] On Behalf Of pawel_pazderski Sent:...
Hello guys! My customer has a '96 Range Rover, with Bosch ABS 5.3 system. By the factory there was WABCO abs system. I think when ( at the last owner) the ABS...