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!
Search found 3 matches
- Sun Jun 22, 2014 4:06 am
- Forum: Freematics Products
- Topic: Serial Communication
- Replies: 4
- Views: 29937
- Thu Jun 19, 2014 4:11 pm
- Forum: Freematics Products
- Topic: Serial Communication
- Replies: 4
- Views: 29937
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?)
obd.begin();
obd.init();
How can I read from different pins than those for Serial and Serial1? (and how to write after?)
- Thu Jun 19, 2014 3:09 am
- Forum: Freematics Products
- Topic: Serial Communication
- Replies: 4
- Views: 29937
Serial Communication
Hello,
How can I use other pins than the RX-TX (pins 0 and 1) default pins?
Thank you,
How can I use other pins than the RX-TX (pins 0 and 1) default pins?
Thank you,