java-cardiag icon indicating copy to clipboard operation
java-cardiag copied to clipboard

Simulator of ELM324 device

Open dmatej opened this issue 12 years ago • 2 comments

Needed for unit testing. Simulator must not use any serial interface, it will be only Java code responding as if it was serial device. In should be extensible to simulate many cars and OBD2 implementations in the future.

dmatej avatar Jan 01 '13 08:01 dmatej

Now I got only one device - chinese ELM327 1.5a clone - and one car - Lada Kalina 1.6 8V (2007).

dmatej avatar Jan 01 '13 08:01 dmatej

If you are still looking for a simulator for the ELM327 I found one here. https://icculus.org/obdgpslogger/#Download

Thanks for sharing this repository. I wanted to write a similar method and your ELM documentation helped to understand the protocol.

WhiteBoardDev avatar Aug 05 '16 07:08 WhiteBoardDev