brendan-w / python-OBD

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

Force header to be set at init #280

Open Obito1903 opened 3 weeks ago

Obito1903 commented 3 weeks ago

I'm facing an issue where custom commands using the header 7E0 (default engine ecu header) do not work the if thr header is not explicitly set at init.

Might be an issue with my ELM327 but explicitly setting the header fix the issue.