forked from fenugrec/freediag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOBD_knowledge.html
54 lines (36 loc) · 1.92 KB
/
OBD_knowledge.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<meta http-equiv="Content-Type" content="text/html">
<title>Freediag - OBD Knowledge Base.</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="title">FREEDIAG</div>
<div class="subtitle">OBD Knowledge Base.</div>
<br><br>
<div align="center">
<img src="title.png">
<br>
[ <a href="index.html"> Home </a> ]
[ <a href="https://www.sourceforge.net/projects/freediag/"> Download @Sourceforge </a> ]
[ <a href="Scantool-Manual.html"> Documentation </a> ]
<br>
[ <a href="https://github.com/fenugrec/freediag/"> Source code @github [primary] </a> ]
</div>
<br>
<p> This document is here to collect everything we can find about
OBD-II, it's various interfaces, protocols and layers.
<p>OBD-II is a standard for vehicle diagnostics relating to emissions
implemented on all US vehicles since the mid 1990s. Europe has just
introduced a standard called EOBD which is basically the same.
<ul>
<li> <A HREF="Supported-Interfaces.html"> A list of the interfaces that we believe ScanTool will support.</A>
<li> <A HREF="OBDII-Protocol-specs-and-layers.png"> A diagram that describes the OBD-II protocol's
various component layers and sub-specifications. (source: SAE J1979)</A>
<li> <A HREF="OBDII-layers.png"> Another diagram of the OBD-II layers. (source: SSF 14230-2)</A>
<li> <A HREF="osi_model.html"> A Description of the OSI seven layer interconnect model on which freediag's implementation rests.</A>
<li> <A HREF="OBD_plug_pins_and_protocols.txt"> Documentation of the pinout of the OBD-II connector - along with which pins each sub-protocol supports.</A>
<li> <A HREF="SRV0x00,PID0x1C-OBD-flavors.txt"> How to know whether your car fully supports OBD.</A>
<li> <A HREF="practical_status.txt"> A list of results obtained with various cars, various interface cables and various versions of scantool.</A>
</body>
</html>