Page 1 of 1

Serial Communication

Posted: Thu Jun 19, 2014 3:09 am
by nawrasg
Hello,

How can I use other pins than the RX-TX (pins 0 and 1) default pins?

Thank you,

Re: Serial Communication

Posted: Thu Jun 19, 2014 12:03 pm
by stanley

Re: Serial Communication

Posted: Thu Jun 19, 2014 4:11 pm
by nawrasg
But in the Arduino OBD library, there's no constructor with pins arguments!

obd.begin();
obd.init();

How can I read from different pins than those for Serial and Serial1? (and how to write after?)

Re: Serial Communication

Posted: Sun Jun 22, 2014 4:06 am
by nawrasg
Arduino side programming is not enough!
The Arduino OBD library only use Serial or Serial1! Maybe you can create a constructor with arguments for letting us choosing pins for communication please!

Re: Serial Communication

Posted: Fri Jan 08, 2016 10:19 pm
by almamater
Hello,

i need the same.. anyone know if its possible or how can we change the library to use softwareserial?