Search found 3 matches

by nawrasg
Sun Jun 22, 2014 4:06 am
Forum: Freematics Products
Topic: Serial Communication
Replies: 4
Views: 28359

Re: Serial Communication

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!
by nawrasg
Thu Jun 19, 2014 4:11 pm
Forum: Freematics Products
Topic: Serial Communication
Replies: 4
Views: 28359

Re: Serial Communication

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?)
by nawrasg
Thu Jun 19, 2014 3:09 am
Forum: Freematics Products
Topic: Serial Communication
Replies: 4
Views: 28359

Serial Communication

Hello,

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

Thank you,