Serial Communication

Inquiry and support for Freematics products
Post Reply
nawrasg
Posts: 3
Joined: Thu Jun 19, 2014 3:07 am

Serial Communication

Post by nawrasg »

Hello,

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

Thank you,
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

Re: Serial Communication

Post by stanley »

nawrasg
Posts: 3
Joined: Thu Jun 19, 2014 3:07 am

Re: Serial Communication

Post 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?)
nawrasg
Posts: 3
Joined: Thu Jun 19, 2014 3:07 am

Re: Serial Communication

Post 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!
almamater
Posts: 1
Joined: Fri Jan 08, 2016 10:16 pm

Re: Serial Communication

Post by almamater »

Hello,

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