Open aaeegg opened 7 months ago
Sadly mine is a 1998 V70 so I can't test either.
This will have to wait until someone with a suitable car shows up or someone gets a bench ECU with two-byte DTCs.
ECUs using two-byte DTCs will respond to AE 01 (request for single byte DTC) with an error code.
SRS ECUs with P/N 9472727 and 8622314, made by TEMIC, might be suitable for testing.
According to Aleksi Venäläinen, for the SRS and Denso ECUs on model year '99 and '00, the second byte of readDiagnosticTroubleCodes and clearDiagnosticInformation requests should be 0x11, and the ECU will respond with two bytes per DTC rather than a single byte. For the Denso ECU, the two-byte DTC hex values are used directly as the suffix of the human-readable DTC number. Presumably this also applies to model year '01 and later vehicles, but those are CANbus and we currently can't talk to them at all.
Example request/response provided by Aleksi:
Decodes as:
The SRS ECU requires some other form of conversion from the two-byte value to the suffix.
I don't have a MY99/00 ECU. @brendandburns do you have a model year '99 or '00 car you can test with?