http://www.obdsol.com/stn1110/

    • Safe, secure bootloader. Reflash the firmware in the field, even over a poor quality link and avoid expensive product recalls.
    • Fully compatible with ELM327 command set, ensuring out-of-the-box compatibility with the dozens of existing software applications.
    • Extended “ST” command set provides access to enhanced functionality, without compromising compatibility.
    • PowerSave mode with multiple sleep and wakeup triggers. Ideal for permanent in-vehicle setups, device can be left connected for extended periods of time without draining the battery.
    • Perfect form factor for any application. STN1110 is available in SPDIP, SOIC and QFN packages.
    • Support for all legislated OBD II protocols:
      • ISO 15765-4 (CAN)
      • ISO 14230-4 (Keyword Protocol 2000)
      • ISO 9141-2 (Asian, European, Chrysler vehicles)
      • SAE J1850 VPW (GM vehicles)
      • SAE J1850 PWM (Ford vehicles)
    • Support for non-legislated OBD protocols:
      • ISO 15765
      • ISO 11898 (raw CAN)
    • Support for SAE J1939 OBD protocol

http://www.obdsol.com/downloads/stn1110_vs_elm327.pdf

Quick Overview
STN1110 isthe world’ssmallest, lowest costmultiprotocolOBD toUART interpreterIC. Tomaintain compatibility with
existing applications, STN1110 hasfullsupportforthe ELM327 command set, while outperforming the original ELM327
IC in every category: price,size,stability, performance, and features.

https://github.com/nabilt/Bluetooth-ODB-2-Adapter/blob/master/obd_sch.pdf

http://sigalabs.com/shop/vehicle-obd2-shield/

https://www.sparkfun.com/tutorials/294

https://www.sparkfun.com/products/9555

https://www.sparkfun.com/datasheets/Widgets/OBD-II-UART-v13.pdf

STN1110 Multiprotocol OBD to UART Interpreter的更多相关文章

  1. STN1170 Multiprotocol OBD to UART Interpreter

    http://www.obdsol.com/stn1170/ STN1170 supports the following protocols: all legislated OBD II proto ...

  2. ELM323 - OBD (ISO) to RS232 Interpreter (v2.0)

    http://elmelectronics.com/DSheets/ELM323DS.pdf

  3. ELM322 - OBD (VPW) to RS232 Interpreter (v2.0)

    http://elmelectronics.com/DSheets/ELM322DS.pdf

  4. ELM320 OBD(PWM) to RS232 Interpreter

    http://elmelectronics.com/DSheets/ELM320DS.pdf

  5. OBD芯片应用开发手册 OBD2开发 内部资料分享 汽车电子通讯开发TDA61 TDA66芯片

    OBD产品及各种汽车电子相关的开发.往往需要开发者学习各种汽车协议,深入了解全部OBD规范和汽车各性能参数.这往往需要开发者很长的时间学习研究,大大延缓了OBD产品的上市开发进度.为此深圳芯方案电子公 ...

  6. OBD Experts OBD II Software OBD II Protocol Stack

    http://www.obdexperts.co.uk/stack.html OBD II Software OBD Experts can provide you with ready to use ...

  7. MSP432 BSL流程(UART)

    升级流程 PC程序会解析脚本中的命令,根据命令码做相应的操作.数据来自于命令后的文件(当前目录下的数据文件) # cat script_P4xx_uart.txt LOG //记录日志 MODE P4 ...

  8. Dreamweaver 扩展开发:C-level extensibility and the JavaScript interpreter

    The C code in your library must interact with the Dreamweaver JavaScript interpreter at the followin ...

  9. OpenCASCADE Expression Interpreter by Flex & Bison

    OpenCASCADE Expression Interpreter by Flex & Bison eryar@163.com Abstract. OpenCASCADE provide d ...

随机推荐

  1. Idea安装Scala插件(转)

    原文链接:http://blog.csdn.net/a2011480169/article/details/52712421 参考博客: 1.http://wwwlouxuemingcom.blog. ...

  2. JavaScript变量命名规则:匈牙利命名法

    匈牙利命名法语法 变量名=类型+对象描述 类型指变量的类型 对象描述指对象名字全称或名字的一部分,要求有明确含义,命名要容易记忆容易理解. 提示 虽然JavaScript变量表面上没有类型,但是Jav ...

  3. Linux下快速查找文件

    1 locate 查找内容.查找数据库,updatedb命令更新数据库 2 which 命令 3 find 路径 -name 查找内容.find命令会磁盘查找,比较耗时. 4 grep 查找内容一般为 ...

  4. HDU 2112 Today(Dijkstra+map)

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2112 题目大意: 经过锦囊相助,海东集团终于度过了危机,从此,HDU的发展就一直顺风顺水,到了2050 ...

  5. 湖南省第十一届大学生程序设计竞赛:Internet of Lights and Switches(HASH+二分+异或前缀和)

    Internet of Lights and Switches Time Limit: 1 Sec  Memory Limit: 128 MBSubmit: 3  Solved: 3[Submit][ ...

  6. python requests库的用法

    参考  http://docs.python-requests.org/zh_CN/latest/user/quickstart.html 1.传递url参数 >>> payload ...

  7. vue插件集合

    Vue2.0+组件库总结 UI组件 element - 饿了么出品的Vue2的web UI工具套件 Vux - 基于Vue和WeUI的组件库 mint-ui - Vue 2的移动UI元素 iview  ...

  8. 【LOJ】#2173. 「FJOI2016」建筑师

    题解 蒟蒻只会\(O(nAB)\)的dp= = 那么先说答案 \(S_{u}(n - 1,a + b - 2) * \binom{a + b - 2}{a - 1}\) 其中\(S_{u}(n,m)\ ...

  9. Codeforces Round #361 (Div. 2) D - Friends and Subsequences

    题目大意:给你两个长度为n的数组a, b,问你有多少个问你有多少个区间满足 a中最大值等于b中最小值. 思路:我本来的想法是用单调栈求出每个点的管辖区间,然后问题就变成了巨麻烦的线段覆盖问题,就爆炸写 ...

  10. fastadmin: layer.open 弹出层如何在表单提交之后自动关闭?

    需要在控制器对应的js文件中添加   Form.api.bindevent($("form[role=form]")); define(['jquery', 'bootstrap' ...