cedricp / ddt4all

OBD tool
GNU General Public License v3.0
1.15k stars 230 forks source link

using DCM12_L4CB1_v9_3_2009...xml does not read any data #739

Closed octavp closed 1 year ago

octavp commented 1 year ago

I am trying to read ECU data (or any data for that matter) from the in title mentioned circuit on a Renault Symbol under Window 10. I see in the logs that the BUS init returns OK but afterwards any screen I try (for example VIN frame) returns NO DATA. Any suggestion on how to debug further?

KarelSvo commented 1 year ago

Where are your log files?

octavp commented 1 year ago

ecu_ddt_snippet_01.txt elm_ddt_snippet_01.log screens_snippet_01.txt log files attached

KarelSvo commented 1 year ago

The log says Elm doesn't give a positive response when requesting the Fast Init routine. (AT FI = ?) No Elm test to see. The answer to AT PPS would be interesting. No scanning for ecus seen. It would be interesting to see if another ecu responds positively. If you are using the Python 3 version, I recommend testing the Python 2 version or Pyren. The Python 3 version is not entirely bug-free. https://www.drive2.ru/users/zmiterm/

octavp commented 1 year ago

I am using python 3.8 (which comes as packaged together with ddt4all release). is there a guide somethere on how to change the python version? I tried using 3.10 python but without success so far. can I send the AT PPS (what does it stand for) request by hand somehow?

octavp commented 1 year ago

I used pyren (which asks for python 2.7) and when scanning the x35 ECU it checks every port speed up to 2000000 and it comes back with the ELM not responding. I start to believe that my ELM is broken.

octavp commented 1 year ago

I tried the pyren_183 and 184 installer from the link you mentioned above and the result was a lot of timeouts during the scanning process (33 error timeout and 30 error question). For the slow init the timeouts were 89. While the car was running I saw 3 or 4 green leds coming on for some small amount of time (I associated them with the scanning of the 35 ecus pyren had in its database). shall I conclude that my ELM is broken?

octavp commented 1 year ago

would you be able to share a link to one ELM 327 that works for you?

Furtif commented 1 year ago

https://github.com/cedricp/ddt4all/issues/836