Page 1 of 1

OBD

Posted: Wed Oct 29, 2014 12:26 pm
by element22
I have the ODB-II Model B adapter (labeled "UART adapter") and an Arduino Uno. According to this page: http://arduinodev.com/hardware/obd-kit/ Model B communicates via the SDA/SCL data lines (blue/yellow). Do I also need to plug in the Tx/Rx wires (in my case white/green) into Arduino's Rx/Tx ports, or are they irrelevant in the case of the Model B? Thanks.

Re: ODB

Posted: Thu Oct 30, 2014 9:27 pm
by stanley
There is no Rx/Tx for model B.

Re: ODB

Posted: Fri Oct 31, 2014 12:56 am
by element22
I assume you mean the answer is yes, the Tx/Rx wires of Model B should be plugged into Arduino's Tx/Rx port for proper operation, is that correct?

Re: ODB

Posted: Fri Oct 31, 2014 3:29 pm
by stanley
How many connectors do you have from the adapter?

Re: ODB

Posted: Sat Nov 01, 2014 12:06 pm
by element22
I have 3 pairs of connectors: red/black (I assume it's +5V/GND), blue/yellow (I assume it's SDA/SCL) and white/green (I assume it's Rx/Tx). Images of my unit and connectors enclosed.

Image Image

Re: ODB

Posted: Mon Nov 03, 2014 6:01 pm
by stanley
That's older version. Yes, Rx/Tx needs connected in this case.

Re: OBD

Posted: Tue Nov 04, 2014 5:05 pm
by element22
Thanks. One more question... I'd like to debug my Arduino code at home, using an OBD emulator. Given that the Rx/Tx connectors need to be plugged in for this model to work, is there any way to print out debug messages through the serial port in Arduino's IDE? I assume that when the Rx/Tx ports on the Arduino are hooked up to something, no serial port communication to the IDE (or even uploading onto the Arduino) is possible.