model H not read j1939 protocol
Posted: Sat Sep 18, 2021 12:06 am
Hi Stanley, please read this,
The model H does not read protocol J1939, because the chip version elm327 v1.5 that you are using is not compatible with it.
I read this code: FrematicsOBD.ccp and I tried to send the following AT commands:
link->sendCommand("ATZ\r", buffer, sizeof(buffer), OBD_TIMEOUT_SHORT);
link->sendCommand("AT SP A\r", buffer, sizeof(buffer), OBD_TIMEOUT_SHORT);
link->sendCommand("AT DP\r", buffer, sizeof(buffer), OBD_TIMEOUT_SHORT);
The response of the chip was the following:
[UART SEND] AT Z
>UART RECV] LM327 v1.5
[UART SEND] AT SP A
>UART RECV] OK
[UART SEND] AT DP
>UART RECV] AUTO, ERROR
Searching in the web, I found that the datasheet of this chip (elm327 v1.5) says: Elm Electronics never made a v1.5,
I appreciate your help in finding a solution to read the J1939 protocol whit this chip (ELM327 v 1.5). Or if you have a device that has a chip that reads the J1939 protocol that we can purchase.
The model H does not read protocol J1939, because the chip version elm327 v1.5 that you are using is not compatible with it.
I read this code: FrematicsOBD.ccp and I tried to send the following AT commands:
link->sendCommand("ATZ\r", buffer, sizeof(buffer), OBD_TIMEOUT_SHORT);
link->sendCommand("AT SP A\r", buffer, sizeof(buffer), OBD_TIMEOUT_SHORT);
link->sendCommand("AT DP\r", buffer, sizeof(buffer), OBD_TIMEOUT_SHORT);
The response of the chip was the following:
[UART SEND] AT Z
>UART RECV] LM327 v1.5
[UART SEND] AT SP A
>UART RECV] OK
[UART SEND] AT DP
>UART RECV] AUTO, ERROR
Searching in the web, I found that the datasheet of this chip (elm327 v1.5) says: Elm Electronics never made a v1.5,
I appreciate your help in finding a solution to read the J1939 protocol whit this chip (ELM327 v 1.5). Or if you have a device that has a chip that reads the J1939 protocol that we can purchase.