Honda OBD Code
Honda OBD Code
Honda OBD Code
11 - 13:56)
OBD II
To translate the ECU out of the standard ISO protocol 9141 in the native protocol HONDA necessary
to send the command:
68 6A F5 AF BF B3 B2 C1 DB B3 E9 Then, almost immediately (200-300 ms), you can send requests
HOBD, and initialization of the ISO 9141, usually not required.
I forgot to add that after the request has to come back. I think that this is important: 0000000000:
Open COM1 Baud = 10400 RTO = 20 0000003074: TxD (Echo): 68 6A F5 AF BF B3 B2 C1 DB B3
E9 0000003074: RxD: 48 6B 10 EF B2 0000003074: 5Baud Addr = 33 KW1 = 08 KW2 =
08 0000003074: 5Baud Init OK 0000003120: TxD (Echo): 20 05 00 09 D2 0000003120: RxD: 00 0C
13 96 04 00 00 00 00 00 84 C3 0000003167: TxD (Echo): May 20 0B 0D C3 0000003167: RxD: 00 10
41 04 01 00 00 37 62 53 90 2A 4D 00 92 250000003199: TxD (Echo): May 20 February 24
B5 0000003199: RxD: 00 May 5 71 85 .... And wanted to ask, and error DTC is not got to figure out
where the?
[Fault Codes ?]
http://hondamotor.ru/board/index.php?showtopic=98035&st=80&p=1626275&#entry1626275
Total: in the log can fall 32 bytes to describe the error.
numbering errors in Honda starts with 0 (0-error ECU, 1 - error of the first sensor O2, 2 - the second
O2 sensor error ...)
00 ------> (lower 4 bits 0, upper 4 bits 0) ---> 0 - error0 (no) 0- error1 (no)
02 ------> (lower 4 bits 2, upper 4 bits 0) ---> 2 - error2 (yes) 0-error3 (no)
00 ------> (lower 4 Bits 0, upper 4 bits 0) ---> 0 - error4 (no) 0-error5 (no)
20 ------> (lower 4 bits 0, upper 4 bits 2) ---> 0 error6 (no) 2 - error7 (yes)
...........................
have doktronika bug is fixed, if at least one of the responsible for her 4 bits is not equal to 0. So
Makar parse all 32 bytes. (The error codes are the same as blink codes) checked in several logs. And
local expo error falls under the reduced treatment. I hope to help. HERE !!! Post edited rvs - 19.11.09
- 19 51
[Command values (including Error Codes DTC?) ?]
http://hondamotor.ru/board/index.php?showtopic=98035&st=120
The amount is considered to be just 256 minus the sum of all the bytes of the request or response, if it
turns out is less than 0, then add 256
Flag6 = 0x0D, // 20
Flag7 = 0x0E, // 21
Flag8 = 0x0F, // 22
IAC = 0x29, // The Idle air control valve, or IACV regulates the car's idle based on the coolant
temperature.
IAC2 = 0x6E, // The air control valve Idle, or IACV regulates the car's idle based on the coolant
temperature.
AllOff = (ulong) 0
Starter = 1 << 0
AirCondition = 1 << 1
PASPressure = 1 << 2
VTECPressure = 1 << 7