ELM327 OBD-II
Interfacing with vehicle OBD-II
Using a board based around the ELM327 I designed this simple software interface (c#) to communicate with my vehicles onboard OBD-II connection. The ultimate goal of this is to build a gauge display on an LCD driven by an ARM microprocessor. Currently the project is in its initial phase where I am working on decyphering the PIDs and their responses.
You can download the source code for the program from http://github.com/BinaryConstruct/OBD-II-ELM-Serial
Feel free to modify, reuse, redistribute etc (See GNU GPL 3). Thanks.

Add new comment