brendan-w / python-OBD

OBD-II serial module for reading engine data
GNU General Public License v2.0
1.03k stars 364 forks source link

ELM327 version checking using AT commands #88

Closed ffries closed 7 years ago

ffries commented 7 years ago

ATI returns version string, but it is sometimes false information.

According to: http://www.outilsobdfacile.fr/interface-diagnostic-elm-327.php

It is possible to check ALM317 version using;

I will use it to check ELM317 version upon startup.

ffries commented 7 years ago

This is a duplicate of https://github.com/brendan-w/python-OBD/issues/90

ffries commented 7 years ago

Closing.