Thread
:
OBDuino working with ELM327
View Single Post
09-19-2011, 05: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);
Kingpin3k
View Public Profile
Send a private message to Kingpin3k
Find More Posts by Kingpin3k