What I meant to say was do I use the LCD connections on the "ISO Diagram" or the "Schematic of the CAN Interface for the OBDuino Project by Frederic aka (Magister)". Both pics have an arduino, LCD, interface, and a lot of colored lines. ISO Diagram is in the guide portion and the CAN interface diagram is in the comments section ("error in a link must be" by x893...@gmail.com). It is just that both pics have some common pins but not all...
Closer analysis looks like this to me:
ISO Diagram
#########################
LCD------------->Arduino (digital)
pin1--------------ground
pin2--------------+5v
pin3--------------pin6
pin4--------------pin4
pin5--------------ground
pin6--------------pin5
pin7--------------N/A
pin8--------------N/A
pin9--------------N/A
pin10-------------N/A
pin11-------------pin7
pin12-------------pin8
pin13-------------pin12
pin14-------------pin13
pin15-------------transistor output
pin16-------------ground
Schematic of CAN Interface
#########################
LCD------------->Arduino (digital)
pin1--------------ground
pin2--------------+5v
pin3--------------pin3
pin4--------------pin8
pin5--------------ground
pin6--------------pin0 (analog in)
pin7--------------N/A
pin8--------------N/A
pin9--------------N/A
pin10-------------N/A
pin11-------------pin4
pin12-------------pin5
pin13-------------pin6
pin14-------------pin7
pin15-------------transistor output
pin16-------------ground
It is on the this page:
hxxp://code.google.com/p/opengauge/wiki/OBDuinoDiagram
Additionally I tried searching forums again for connections and found on thread which pointed to
hxxp://arduino.cc/en/Tutorial/LiquidCrystal
but it was actually different too...
I'm sorry if this might be fairly obvious, it's just that I've never interfaced to an LCD before. Would like to confirm which connections I should be using before going out to buy the parts.
EDIT: Ok, looks like it will let me post links with the hxxp start, just need to use that till I can post links.