java-cardiag
java-cardiag copied to clipboard
Simulator of ELM324 device
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.
Now I got only one device - chinese ELM327 1.5a clone - and one car - Lada Kalina 1.6 8V (2007).
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.