http://www.obdexperts.co.uk/stack.html

OBD II Software

OBD Experts can provide you with ready to use off-the-shelf OBD II software implementing the following automotive protocols:

  • ISO 9141-2
  • KWP 2000-4
  • SAE J1850 PWM (Ford SCP)
  • SAE J1850 VPW (GM Class 2)
  • ISO 15765-4 (CAN 11-bit & 29-bit)
  • SAE J1939 (non-OBD II protocol used for trucks)

Depending on your needs you may choose to purchase just one of these protocols. Watch a video introduction to OBD Experts OBD II Protocol software here - Watch Video - or - Download a Brochure

OBD II Protocol Stack

Our OBD II Software is organized into a simple hierarchy of software layers called a protocol stack. The OBD II Protocol Stack includes the source code for all OBD II protocols.

The software includes a user API and a demonstration file as well as distinct OBD and Hardware Abstraction Layers. The source code is fully commented using doxygen and includes an easy to follow html guide as well as an installation video.

Our OBD II Protocol Stack not only gives you the ability to extract OBD II information, but it also provides the fundamentals that you need to communicate with a vehicle. The five OBD II protocols will allow you to go beyond OBD II and to communicate to other Electronic Control Units (ECUs) in the vehicle.

As well as the individual protocols we include a debug file and information to guide you through the debug process. With this information an engineer should be able to quickly identify and fix any faults and quickly achieve reliable OBD II communications.

In addition to the OBD II protocol stack you also receive comprehensive documentation on how to get started with your development. You may choose to receive an on-site training session where we will work with your engineers to set up the software. You will also receive one year of telephone/e-mail support.

Software Demo Board

If you would like to try our OBD II Software before you buy you can purchase one of our OBD Software Demo boards.

Our Demo boards come with the cables required to connect to a vehicle and 3 demonstration modes that let you read OBD II data from any OBD II compliant vehicle.

An OBD Experts Software Demo board costs £200 and comes with an OBD II cable to connect to a vehicle. If you later choose to purchase the OBD II Software, the £200 cost of the Demo board will be deducted from the purchase price.

You can Watch a Video of a live demonstration using one of our Software Demo Boards or Download the Demo Board User Guide.

Contact us today to order your Software Demo Board.

Supported Processors

The OBD Experts OBD II Protocol Software has been built and tested for the following microprocessors:

  • STM32F103RET6
  • STM32F103RBT6
  • STM32F103ZET6
  • STM32F103C8T6
  • PIC18F26K80
  • PIC32MX795F512L

When you buy the stack, OBD Experts provides the complete Hardware Abstraction Layer (HAL) files required to run the OBD II Protocol Stack on any of these microprocessors. Porting the software to other platforms is easy. All C source files are organized with a layer of abstraction and contain clear instructions on what must be changed and where to change it. OBD Experts will provide the support you need to get the code working on your chosen processor.

The careful structure and clear comments in our C source code ensure that you can use the OBD II Protocol Stack on all of your products today and in the future.

Not sure which processor you should pick? We are happy to advise you and help you pick the cheapest most reliable solution.

Implementation Considerations

You should ensure your chip selection has the following features:

  • CAN 2.0B
  • UART (1 for the ISO/KWP protocols) 1 additional if you require debug
  • Timers (2)
  • Enough spare GPIO pins for the protocols (9)

You cannot connect microprocessor outputs directly to the J1962 connector on a vehicle. You will require some simple external circuitry including:

  • a CAN transceiver
  • a voltage boost to 12V for the ISO/KWP lines (this must be weakly pulled up to 12V by a 510 ohm resistor)
  • a variable voltage boost for J1850+ (5V for PWM, 7.5V for VPW)
  • a boost to 5V for J1850- (this line should also be pulled up to 5V)

One way to tell which OBD II protocol is implemented by a vehicle is by examining the J1962 connector. This connector is often located under the steering wheel on the driver's side of the vehicle. A J1962 connector is shown in Figure 1, below.

The numbers in Figure 1 represent the 16 pins of the J1962 connector. The following J1962 connections are dependent on the protocol(s) in use by the vehicle:

  • Pin 2 and pin 10 are used for both J1850 (PWM or VPW) protocols
  • Pin 7 is used for ISO 9141-2 and ISO 14230 (KWP2000) communications. Pin 7 is also known as the K-Line. Pin 15 is also known as the L-Line (may or may not be present for these protocols).
  • Pin 6 and pin 14 are present for CAN (ISO 15765-4) protocol.

Pin 16 is Battery Voltage and Pins 4 & 5 are Ground. By checking which pins are implemented in a vehicle it may be possible to determine which OBD II protocol is in use.

 
 

Figure 1 - J1962 connector

OBD Experts OBD II Software OBD II Protocol Stack的更多相关文章

  1. 洛谷 P2616 [USACO10JAN]购买饲料II Buying Feed, II

    洛谷 P2616 [USACO10JAN]购买饲料II Buying Feed, II https://www.luogu.org/problemnew/show/P2616 题目描述 Farmer ...

  2. Leetcode之二分法专题-275. H指数 II(H-Index II)

    Leetcode之二分法专题-275. H指数 II(H-Index II) 给定一位研究者论文被引用次数的数组(被引用次数是非负整数),数组已经按照升序排列.编写一个方法,计算出研究者的 h 指数. ...

  3. Leetcode之回溯法专题-90. 子集 II(Subsets II)

    Leetcode之回溯法专题-90. 子集 II(Subsets II) 给定一个可能包含重复元素的整数数组 nums,返回该数组所有可能的子集(幂集). 说明:解集不能包含重复的子集. 示例: 输入 ...

  4. Leetcode之回溯法专题-52. N皇后 II(N-Queens II)

    Leetcode之回溯法专题-52. N皇后 II(N-Queens II) 与51题的代码80%一样,只不过52要求解的数量,51求具体解,点击进入51 class Solution { int a ...

  5. Leetcode之回溯法专题-47. 全排列 II(Permutations II)

    Leetcode之回溯法专题-47. 全排列 II(Permutations II) 给定一个可包含重复数字的序列,返回所有不重复的全排列. 示例: 输入: [1,1,2] 输出: [ [1,1,2] ...

  6. 【P2616】 【USACO10JAN】购买饲料II Buying Feed, II

    P2616 [USACO10JAN]购买饲料II Buying Feed, II 题目描述 Farmer John needs to travel to town to pick up K (1 &l ...

  7. Security arrangements for extended USB protocol stack of a USB host system

    Security arrangements for a universal serial bus (USB) protocol stack of a USB host system are provi ...

  8. ORA-12516:TNS:listener could not find available handler with matching protocol stack

    应用程序连接测试数据库时报ORA-12516:TNS:listener could not find available handler with matching protocol stack 检查 ...

  9. 关于 [TNS-12516 TNS:listener could not find instance with matching protocol stack ]

    Title: Intermittent TNS-12516 or TNS-12519 Errors Connecting Via Net Symptom(s) ~~~~~~~~~~ Client co ...

随机推荐

  1. 使用C#代码发起K2 Blackpearl流程

    转:http://www.cnblogs.com/dannyli/archive/2011/08/02/2125285.html 使用C#代码,发起一个K2的流程,其形式和链接SQL Server数据 ...

  2. struts2异常处理,global-results定义全局结果处理

    <global-results>定义全局结果处理 一般发生异常之后 结果返回errHandler 因为errHandler是由<global-exception-mappings&g ...

  3. JQuery实现分页程序代码,源码下载

    Web开发,分页在所难免的,微软GridView.AspPager等设置分页数据可以自动分页,但是这里浏览器会闪动,用户体验不是很友好,在此我整理了JQuery实现分页,并且使用 JQuery模板显示 ...

  4. Nginx中的upstream轮询机制介绍

    Nginx中upstream有以下几种方式: 1.轮询(weight=1) 默认选项,当weight不指定时,各服务器weight相同, 每个请求按时间顺序逐一分配到不同的后端服务器,如果后端服务器d ...

  5. 九度 Online Judge 之《剑指 Offer》一书相关题目解答

    前段时间准备华为机试,正好之前看了一遍<剑指 Offer>,就在九度 Online Judge 上刷了书中的题目,使用的语言为 C++:只有3题没做,其他的都做了. 正如 Linus To ...

  6. Unity 内置着色器(转)

    Unity包括超过40种内置的shader. 标准着色器家族 Normal Shader Family 这些着色器都是Unity基本的着色器.适用于大多数的不透明物体,如果想要物体有透明.发光效果等, ...

  7. nagios监控远程主机服务可能出现的问题

    1.使用插件NRPE监控命令不存在 在添加服务的时候,命令配置文件中需要传递一个参数,那么在监控服务配置文件中,需要添加一个!表示后面的为参数. 出现未定义的命令,查看被监控主机上的配置文件,添加监控 ...

  8. java 代码如何生成 chm

    由于要把一个框架的东西打成 chm, 今天在网上找了几篇文章 http://blog.sina.com.cn/s/blog_5d31611a0100gqwp.html 李顺利 首先第一步,从eclip ...

  9. awk与sed简明教程

    看到大牛写的关于awk和sed的简明教程,写得很好,为了尊重作者,就不全文转载了,这里标记下链接,方便以后查阅. awk简明教程:http://coolshell.cn/articles/9070.h ...

  10. 解决ext时间插件在谷歌下变宽的BUG

    在做一个项目时候遇到EXT这么一个问题,现分享出解决问题的代码 Ext.override(Ext.menu.DateMenu, { render: function () { Ext.menu.Dat ...