This is about GM Tech 2 scan tool for Hummer troubleshooting and programming.

Can I have a cheap Tech 2 for Hummer?
Yep. Both the original and HQ clone can work for your car.

Where can I get a working clone at a good price?

https://www.obd2tool.com/goods-1568-GM+Tech2+GM+Scanner+-CANdi++TIS+(Works+for+GMSAABOPELSUZUKIISUZUHolden).html

Why my Hummer is not shown in the GM vehicle list?
That little short list is incorrect and only shows a few of the earlier than 2007 CAN bus vehicles.

Tech 2 clone for both troubleshooting and programming Hummer?
I’ve used my Tech2 on my 08 many times for troubleshooting not programming
But I think it should be able to program Hummer.

Anyone has good success of Hummer H3?
My H3 has had a CEL on – po452. I checked it with the tech 2. Well it
pulls 3 codes, po455 (large evap leak), po442 (small evap leak), and
po449 (vent solenoid control).

Tech 2 is possible to program for Hummer H2 above the year 2007… what to do in that case?

Actually it does the programming just fine on newer than 2007 GM
vehicles BUT you must pay for an ACDelco TDS subscription for vehicles
above 2007 and you would use the CANDI module that comes with many of
the Tech2’s for working with CAN bus vehicles. You can subscribe for it.
This is ONLY needed if you want to program or update the software in a
module. ALL of the build in diagnostics and testing for vehicles up to
2013 works without the subscription or the older TIS2000 software. You
only need those for doing actual programming. The older TIS2000 software
– that is what has the programming was discontinued in 2007. TIS2000
does have the actual programming for all vehicles up to 2007. After 2007
GM went to the TDS system.
You can also get a newer style MDI or MDI 2 for diagnostics and
programming. The catch with those. They have NO screen or built in
software and you must pay for a subscription from from ACDelco TDS to
use an MDI.
Other brand units, a very select few can do actual programming and use
the pass-through method. NONE have the diagnostics that the actual Tech2
scanner or GM MDI Scan Tool
(with the subscription) will have. Check with Autel and see if they
have the full diagnostics and re-calibration for the rear air suspension
on a Hummer H2. Not going to happen, there is too little demand for
them to hack and reverse engineer that particular bit of code in a Tech2
to figure out the diagnostics and then write programming for that for
their tool.

http://cheapobd2scanner.com/2018/08/17/gm-tech-2-works-with-hummer-yes-or-no/

GM Tech 2 works with Hummer Yes or No的更多相关文章

  1. GM MDI Tech 3 VS GM tech 2

    Many customers ask for this question: what is the difference between GM tech 2 and GM MDI Tech 3 sca ...

  2. GM Bosch Vetronix HP Tech 2 with CANDI

    Being I have owned some of these units. Can offer some advice… GM Tech 1, GM Tech 1a. Early and latt ...

  3. How to use GM MDI interface for programming

    GM has had its newest programming/J2534 Pass Thru device on the market for some years now. A lot has ...

  4. GM TECH2 Scanner Clone

    Professional Diagnostic Tools gm tech 2 scanner china with multi-languages, TIS2000 Programming CD, ...

  5. 使用Visual Studio创建映像向导(Image Sprite)——Web Essential

    原版的:Creating Image Sprite in Visual Studio - Web Essential 译者注:有关图片精灵的信息请參阅http://baike.baidu.com/vi ...

  6. 使用Visual Studio创建图片精灵(Image Sprite)——Web Essential

    原文:Creating Image Sprite in Visual Studio - Web Essential 译者注:有关图片精灵的信息请参阅http://baike.baidu.com/vie ...

  7. Tech 2 doesn’t system for H2 above 2007

    I purchased my Tech2 from obd2tool.com and it operates excellent. Can not definitely compare softwar ...

  8. Tech Stuff - Mobile Browser ID (User-Agent) Strings

    Tech Stuff - Mobile Browser ID (User-Agent) Strings The non-mobile stuff is here (hint: you get jerk ...

  9. How to do if the GM MDI cant connect with the software

    When you use GM MDI on your laptop , you may meet some troubles . Such as it cant communicate with t ...

随机推荐

  1. CFDA

    cfda数据抓取 1.网站数据是加密的,需要浏览器进行数据解析 2.网址url有js加密 3.PhantomJS无法解析数据, chrome无法获取数据,所有最终选择用Firefox浏览器 impor ...

  2. java中Integer和int的区别(转)

    int和Integer的区别 1.Integer是int的包装类,int则是java的一种基本数据类型 2.Integer变量必须实例化后才能使用,而int变量不需要 3.Integer实际是对象的引 ...

  3. php分割最后一个逗号后面的字符

    $str = 'a/b/c/d/e/f'; echo preg_replace('/.*\//','',$str);     echo preg_replace('/.*,/','',$str);最后 ...

  4. pyhton笔记(一):字符编码、变量

    一.什么是python? python是一种面向对象.解释型的计算机语言,它的特点是语法简洁.优雅.简单易学. 编译型语言: 写好代码之后把代码编译成二进制文件,运行时运行编译好的二进制文件.比如C. ...

  5. cakephp 如何在一个模型里调用另一个模型

    $admin_users = ClassRegistry::init('AdminUsers'); $admin_name = $admin_users->find('list',array( ...

  6. python-ceilometerclient命令行(2)

    命令行解析工具argparse argparse是python标准库中的模块,利用argparse,可以完成对命令行的参数定义.解析以及后续的处理.一个简单的例子: # coding:utf-8 im ...

  7. ssm 连接两个数据库

    <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.sp ...

  8. 侯捷STL课程及源码剖析学习3: 深度探索容器list

    一.容器概览 上图为 GI STL 2.9的各种容器.图中以内缩方式来表达基层与衍生层的关系.所谓的衍生,并非继承(inheritance)关系,而是内含(containment)关系.例如 heap ...

  9. 203. Remove Linked List Elements (List)

    Remove all elements from a linked list of integers that have value val. ExampleGiven: 1 --> 2 --& ...

  10. 不要62(数位DP)

    不要62 http://acm.hdu.edu.cn/showproblem.php?pid=2089 Time Limit: 1000/1000 MS (Java/Others)    Memory ...