I have a homemade ELM327 scanner I have successfully used with several cars. I want to use it with a Peugeot Partner (2006) to read vehicle speed, RPM, etc, but I can't find the way. I have tried ScanMaster-ELM and the only way I found for it to connect to the ECU is to press the "Alfa" button of the start tab and in the opened dialog then select "Engine" and then "Connect". If I connect this way I can only read trouble codes, but I can't read RPM, speed, etc.
Using a Serial Port Sniffer, I read the commands used to connect and I have emulated it myself using Hyperterminal. I can connect this way:
Code:
Tx: ATSP5
Rx: OK
Tx: ATSH8110F1
Rx: OK
Tx: ATWM8110F13E
Rx: OK
Tx: 81
Rx: BUS INIT: OK
Rx: 83 F1 10 C1 D0 8F A4
From this point I don't know how to read data. Using the standard commands (like 0100) gives me only strange data, for example:
Code:
Tx: 0100
Rx: 83 F1 10 7F 81 12 93
Tx: 0101
Rx: 83 F1 10 7F 01 11 15
Tx: 0102
Rx: 83 F1 10 7F 01 11 15
Tx: 0103
Rx: 83 F1 10 7F 01 11 15
Is there a way to read RPM, speed, etc.? Any suggestions?
Thanks in advance.
Bookmarks