View Single Post
Old 11-10-2011, 12:21 PM   #37 (permalink)
yawnbi
EcoModding Lurker
 
Join Date: Nov 2011
Location: Montreal, Canada
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Kingpin3k View Post
One important point i did not mention is that the elm327 in dealextreme device is working with 38400 bau not 9600 baud. So you have to modify the elm_init function

from:

serial.begin(9600);

to

serial.begin(38400);

Hi, I am interested in doing the same thing, cand you send me the link to the dealextreme product page please
  Reply With Quote