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. beta分布 java代码

    public class BetaDistributionActivity { /** * @param alpha: eg. click * @param beta : eg. pv - click ...

  2. 根据获取的窗口句柄遍历窗口Edit控件

    网上说遍历窗口控件有两种方法: 1),使用EnumChildWindows,没有深究,     学习网址如下:http://blog.sina.com.cn/s/blog_60ac1c4b010116 ...

  3. maven <scope>provided</scope>

    今天开发web的时候,需要用到servlet-api,于是在pom.xml中添加依赖 <dependency> <groupId>javax.servlet</group ...

  4. display:none vs visibility:hidden

    [display:none vs visibility:hidden] 设置元素的display为none是最常用的隐藏元素的方法. 1 .hide { 2 display:none; 3 } 将元素 ...

  5. 安装beanstalkd

    运行下面命令安装: yum install epel-releaseyum -y install beanstalkd --enablerepo=epel

  6. .net 代理类(WebService代理类的详解 )

    http://hi.baidu.com/654085966/item/53ee8c0f108ad78202ce1b1d   -----------转自 客户端调用Web Service的方式我现在知道 ...

  7. day16 包的使用 json time 常用模块

    复习 1.判断py文件的两种用途 提到判断__name__ == '__main__'时,会执行py文件, 直接输入main,在pycharm里按tab直接自动输入这条语句 2.解决模块相互导入的问题 ...

  8. with as 如何工作

    with as 如何工作   with如何工作? Python对with的处理还是很机智滴.基本思想就是with所求值的对象必须有一个__enter__()方法,一个__exit__()方法 紧跟wi ...

  9. jquery is()和has()方法

    1. is() :判断当前节点是否是否匹配选择器.返回布尔值: 2. has():判断当前节点是否包含选择器中的子元素,返回包含固定子元素的父元素(jquery对象) 用法:可用于判断父元素中是否包含 ...

  10. TZOJ 2999 Network(连通图割点数量)

    描述 A Telephone Line Company (TLC) is establishing a new telephone cable network. They are connecting ...