OBD2 - ELM327 bluetooth simulator

Amsik picture Amsik · Oct 31, 2012 · Viewed 24.6k times · Source

I am developing Android application for connecting to ELM327 for car unit through Bluetooth. Is there any simulator, to simulate ELM327 on Windows 7 through Bluetooth? So I can test my application without a car.

Answer

Amsik picture Amsik · Nov 11, 2012

I found one working after all. It is called Obdsim. It can be run on Windows with bluetooth too.
Just in your bluetooth set incoming bluetooth on some port for example COM4 then start simulator from your command line:
obdsim.exe -g gui_fltk -w COM4

It is nice working simulator with lots of options.