Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OBD2 - ELM327 bluetooth simulator [closed]

Tags:

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.

like image 688
Amsik Avatar asked Oct 31 '12 18:10

Amsik


People also ask

Which version of ELM327 is best?

The best of the best – based on genuine (original) ELM327 chip with version 1.4 or 2.1. If it's too expensive, try to buy clone, marked as “v1. 4” or “v. 1.5”, with price starting from $20.

How do I pair my ELM327 Bluetooth?

Pairing ELM327 Bluetooth DevicesPlug the ELM327 Bluetooth device into the OBD-II port. Set the smartphone, tablet, or laptop to scan for available connections. Select the ELM327 scan tool. Input the pairing code.

Can you flash with ELM327?

Flashing of a modified ELM327 firmware is possible. Two firmware versions are available: Unmodified Bluetooth and WiFi adapter: Baud rate 38400.

Does ELM327 Bluetooth work with iPhone?

If you purchased a generic ELM 327 device that uses Bluetooth as the interface method, then the unfortunate reality is that it won't work with your unmodified iPhone.


1 Answers

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.

like image 62
Amsik Avatar answered Oct 01 '22 03:10

Amsik