View Single Post
Old 09-16-2008, 01:22 PM   #207 (permalink)
HULK
EcoModding Lurker
 
Join Date: Sep 2008
Location: Sweden
Posts: 8
Thanks: 0
Thanked 2 Times in 2 Posts
Quote:
Originally Posted by Magister View Post
HULK: welcome aboard
Take a look at the last code, it works fine with my Arduino, I'm very happy it works!!
I'll take a look at your code too, and if you want to contribute something, do it

EDIT: take a look at another thread saying "OBDuino working"
Thanks Magister,

I have checked your last code that i find in the start of this thread but that one is not suited for the ELM327.
When i read your post number 200 of this thread you state that you have made some changes to your arduino code so it will run with the ELM327.
Is it possible to get a view of that code, i am stuck on reading the value send back from ELM327 and the convertion from hex to a decimal number as well how to pick out the last 4 bytes of the 8 byte value that ELM gives you in reply.

Checked the other thread you posted, great work.
I hope to be able of posting my results there as soon as i figure out this last piece.
Noticed your uodate speed in the video is faster than mine, nice.
Maybe you just use Serial.println() empty once you have printed the request of Serial.println(01 C1 1) and then the reply is faster?
At this point i need to run a delay of 1200 ms before asking for the same value again otherwise it will not manage to give me the reply.
What protocol are you using, 4, 6 or other?


Thanks

Last edited by HULK; 09-16-2008 at 01:39 PM..
  Reply With Quote