OBDII
  OBDII (1996 and up)
  technical Data (obd specification)

Post New Topic  Post A Reply
profile | register | preferences | faq | search

UBBFriend: Email This Page to Someone! next newest topic | next oldest topic
Author Topic:   technical Data (obd specification)
tuxilein
Junior Member
posted 08-08-2005 02:46 AM     Click Here to See the Profile for tuxilein   Click Here to Email tuxilein     Edit/Delete Message   Reply w/Quote
Hello,

i search for a long time on the internet for the OBD II specification, because i will programm a own diagnostic-programm for my Car!

now i need the technical specification for obd - the technical functionality for it.

thanks
flo

ps: for more infos for the project www.tuxempire.de

IP: Logged

trex
Junior Member
posted 08-10-2005 06:21 PM     Click Here to See the Profile for trex     Edit/Delete Message   Reply w/Quote
i guess it would help if i could read german. heres a site that might interest you.http://www.moates.net/

IP: Logged

tuxilein
Junior Member
posted 08-11-2005 01:36 AM     Click Here to See the Profile for tuxilein   Click Here to Email tuxilein     Edit/Delete Message   Reply w/Quote
no it's not importend to read the Project description. In the Future the page will be in English and German.

Thanks it's a interresting page.
I don't found the OBD II (Software)Specification or I'm blind?

[This message has been edited by tuxilein (edited 08-11-2005).]

IP: Logged

daqnostics
Junior Member
posted 09-02-2005 09:33 PM     Click Here to See the Profile for daqnostics   Click Here to Email daqnostics     Edit/Delete Message   Reply w/Quote
The OBDII specification is in the HS3000 published by SAE. One thing to keep in mind is that this document is only a very small part of what scan tool manufactures put into their scan tools. Each manufacturer has there one proprietary codes which are not in this document and can only be obtained from each manufacturer.

IP: Logged

Fran D
Junior Member
posted 09-06-2005 01:23 PM     Click Here to See the Profile for Fran D   Click Here to Email Fran D     Edit/Delete Message   Reply w/Quote
quote:
Originally posted by daqnostics:
The OBDII specification is in the HS3000 published by SAE.
Where is HS3000? I can't find any reference to it on the SAE site. Thanks.

IP: Logged

Fran D
Junior Member
posted 09-07-2005 08:10 AM     Click Here to See the Profile for Fran D   Click Here to Email Fran D     Edit/Delete Message   Reply w/Quote
quote:
Originally posted by Fran D:
Where is HS3000? I can't find any reference to it on the SAE site. Thanks.



Never mind. Found it. Just FYI, one should search for HS-3000 on the SAE site. There's an updated 2003 edition as well.

[This message has been edited by Fran D (edited 09-07-2005).]

IP: Logged

tuxilein
Junior Member
posted 09-08-2005 03:21 AM     Click Here to See the Profile for tuxilein   Click Here to Email tuxilein     Edit/Delete Message   Reply w/Quote
Sorry i don't find anythink about "HS3000 published by SAE"! or hs-3000, not usefull!

can anybody send me a link where i can finde it?

thanks

[This message has been edited by tuxilein (edited 09-08-2005).]

IP: Logged

Fran D
Junior Member
posted 09-09-2005 07:59 AM     Click Here to See the Profile for Fran D   Click Here to Email Fran D     Edit/Delete Message   Reply w/Quote
quote:
Originally posted by tuxilein:
Sorry i don't find anythink about "HS3000 published by SAE"! or hs-3000, not usefull!

can anybody send me a link where i can finde it?

thanks


http://www.sae.org/servlets/productDetail?PROD_TYP=BOOK&PROD_CD=HS-3000/2003

IP: Logged

Brad_1234
Junior Member
posted 09-23-2005 07:06 PM     Click Here to See the Profile for Brad_1234     Edit/Delete Message   Reply w/Quote
Hi all,

I was searching today to find out the OBD-II spec, the goal is to program a user interface in VB.net and show all the various entries.

What I cant find is the way to interface up to the OBD-II and decode the protocol.

When I saw B&B linked here? cool, they are awesome, so is there some physical layer device, something that is either a parallel port, or USB, and either has inputs for the OBD-II physical that I would wire up to or ?

If I could just get the data stream into the computer, I could make the user interface and display all the data. The SAE book costing $100+ probably wont happen, Ill find it in a library or try to skip it, years ago I had found the protocol somehow to the OBD2 but its long gone.

I have some Intel 80C196 with the CAN protocol, but dont want to have to layout a pc board and write up an OS from scratch.

What Id like to find is some B&B serial gadget, a streaming kernel device driver and source code extensions that work with dotnet, and details on the protocol stream so I can put them into a display/UI.

IP: Logged

astoric
Junior Member
posted 09-28-2005 08:12 AM     Click Here to See the Profile for astoric   Click Here to Email astoric     Edit/Delete Message   Reply w/Quote
Try this page for information on how to understand the ODB-II protocol!
http://prj.perquin.com/obdii/

IP: Logged

jpatrick
Moderator
posted 09-29-2005 11:55 AM     Click Here to See the Profile for jpatrick   Click Here to Email jpatrick     Edit/Delete Message   Reply w/Quote
Brad,

You can purchase the same hardware used to convert OBDII to USB or serial here:
http://www.vehicleinterface.com/

Jeff

quote:
Originally posted by Brad_1234:
Hi all,

I was searching today to find out the OBD-II spec, the goal is to program a user interface in VB.net and show all the various entries.

What I cant find is the way to interface up to the OBD-II and decode the protocol.

When I saw B&B linked here? cool, they are awesome, so is there some physical layer device, something that is either a parallel port, or USB, and either has inputs for the OBD-II physical that I would wire up to or ?

If I could just get the data stream into the computer, I could make the user interface and display all the data. The SAE book costing $100+ probably wont happen, Ill find it in a library or try to skip it, years ago I had found the protocol somehow to the OBD2 but its long gone.

I have some Intel 80C196 with the CAN protocol, but dont want to have to layout a pc board and write up an OS from scratch.

What Id like to find is some B&B serial gadget, a streaming kernel device driver and source code extensions that work with dotnet, and details on the protocol stream so I can put them into a display/UI.


IP: Logged

martrogers
Junior Member
posted 10-01-2005 06:44 PM     Click Here to See the Profile for martrogers   Click Here to Email martrogers     Edit/Delete Message   Reply w/Quote
Hi Brad

Did you have any luck in obtaining the spec? - I'm thinking of a decoder using a PIC chip and in car LCD display (lots of bit bashing!).

Regards
Martin

quote:
Originally posted by Brad_1234:
Hi all,

I was searching today to find out the OBD-II spec, the goal is to program a user interface in VB.net and show all the various entries.

What I cant find is the way to interface up to the OBD-II and decode the protocol.

When I saw B&B linked here? cool, they are awesome, so is there some physical layer device, something that is either a parallel port, or USB, and either has inputs for the OBD-II physical that I would wire up to or ?

If I could just get the data stream into the computer, I could make the user interface and display all the data. The SAE book costing $100+ probably wont happen, Ill find it in a library or try to skip it, years ago I had found the protocol somehow to the OBD2 but its long gone.

I have some Intel 80C196 with the CAN protocol, but dont want to have to layout a pc board and write up an OS from scratch.

What Id like to find is some B&B serial gadget, a streaming kernel device driver and source code extensions that work with dotnet, and details on the protocol stream so I can put them into a display/UI.


IP: Logged

All times are CT (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply
Hop to:

Contact Us | OBDII Home Page

Powered by Infopop www.infopop.com © 2000
Ultimate Bulletin Board 5.45c

The OBD-II Home Page is hosted by B&B Electronics of Ottawa, Illinois