Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AustinMurphy/OBD2-Scantool

A scantool to read OBD2 info from cars.
https://github.com/AustinMurphy/OBD2-Scantool

Last synced: about 2 months ago
JSON representation

A scantool to read OBD2 info from cars.

Awesome Lists containing this project

README

        

OBD2 Scantool
-------------

A scantool to read OBD2 info from cars.

Intended for use with ELM327 or similar OBD2 Interfaces.

Written in Python, using PySerial.

Forked from pyobd (GPL)
- http://www.cs.unm.edu/~donour/cars/pyobd/
- http://www.obdtester.com/pyobd

DESIGN GOALS:
- Functional OBD2 scantool for Linux
- Flexible, modular design for easy extension and reuse