View Single Post
Old 09-19-2011, 04:01 AM   #36 (permalink)
Kingpin3k
EcoModding Lurker
 
Join Date: Sep 2011
Location: Germany
Posts: 3
Thanks: 0
Thanked 1 Time in 1 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);
  Reply With Quote