jeffmcfadden / CarDash

OBD2 iOS Communications and Car Dashboard App
MIT License
58 stars 28 forks source link

Not getting trouble codes #3

Closed JitenGoswami closed 8 years ago

JitenGoswami commented 8 years ago

Hello Jeff, I am have been working so long to get trouble codes, but still i am not able to fetch any trouble codes from your present code. Can you please help me by creating some sample code or anything else which is convenient to you, regarding getting a actual trouble codes from OBD device. At present i am testing your code with OBD-2 ELM-327 wifi device. Waiting for your feedback.

Regards, Jiten

jeffmcfadden commented 8 years ago

Jiten,

I'm sorry, but this isn't something I'm going to be able to do any time soon. I simply don't have the time available to attempt to write and debug any code for this.

-- Jeff

JitenGoswami commented 8 years ago

Jeff, Its fine i can understand. Thanks for your efforts.

But any guidance you can give me? As I need lot of research work but not getting any success.

Jiten

jeffmcfadden commented 8 years ago

I would start on Page 12 of the ELM AT documentation: https://www.elmelectronics.com/wp-content/uploads/2016/07//ELM323DS.pdf

Looks like you should be able to send a command of 01 01 to get a list of how many trouble codes/which PIDs have trouble codes set. You should be able to send a 04 mode command to reset the codes and lights as well.

Here are a few other sites to check out:

Cheers,

-- Jeff