dmatej / java-cardiag

ELM327+OBDII car diagnostic completely written in Java
42 stars 14 forks source link

Simulator of ELM324 device #4

Open dmatej opened 11 years ago

dmatej commented 11 years ago

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 commented 11 years ago

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

WhiteBoardDev commented 7 years ago

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.