Quote:
Originally Posted by Kingpin3k
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