I am currently working on an Android Application to Read from a vehicle's OBDII Port via a ELM327 bluetooth dongle...
For those of you who dont know much about the ELM, I would reccomend this data sheet, it has been very helpful...
I am able to connect to the dongle, and I can use every "AT" command with no issues whatsoever, however when I try to issue an OBD command, say "010C"for instance, I receive and error message, at first I thought that the baud rates might be incorrect. I tried with all of the different baud rates and every time I try to issue an OBD command I receive an "ERROR" response, Any Ideas?