GM Tech 2 works with Hummer Yes or No
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的更多相关文章
- 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 ...
- 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 ...
- 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 ...
- GM TECH2 Scanner Clone
Professional Diagnostic Tools gm tech 2 scanner china with multi-languages, TIS2000 Programming CD, ...
- 使用Visual Studio创建映像向导(Image Sprite)——Web Essential
原版的:Creating Image Sprite in Visual Studio - Web Essential 译者注:有关图片精灵的信息请參阅http://baike.baidu.com/vi ...
- 使用Visual Studio创建图片精灵(Image Sprite)——Web Essential
原文:Creating Image Sprite in Visual Studio - Web Essential 译者注:有关图片精灵的信息请参阅http://baike.baidu.com/vie ...
- 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 ...
- 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 ...
- 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 ...
随机推荐
- python基础学习Day15 面向对象、类名称空间、对象名称空间 (2)
一.类 先看一段代码: class Person: animal = '高级动物' walk_way = '直立行走' # 静态属性,静态变量,静态字段 language = '语言' def __i ...
- JAVA语言 第二周
放假第二周了,时间真快! 上一周配置好了环境变量,这一周就可以做一些测试了.对不同的内容分类进行了测试,包括写入.输出.变量·······还有很多.对于开学的试卷,在第一部分做的还行,第二部分就没什么 ...
- nltk的使用
1. 命令行; import nltk nltk.download() #下载相关模型等,...
- Linux 中文输入法安装
问题一:文本不能输入中文,所以考虑到要安装搜狗输入法,在 Oracle VM VirtualBox 新建的Ubuntu系统应用中心,安装输入法总是安装失败,在自己电脑上下载了Linux的输入法文件. ...
- maven <scope>provided</scope>
今天开发web的时候,需要用到servlet-api,于是在pom.xml中添加依赖 <dependency> <groupId>javax.servlet</group ...
- Java 动态代理 两种实现方法
AOP的拦截功能是由java中的动态代理来实现的.说白了,就是在目标类的基础上增加切面逻辑,生成增强的目标类(该切面逻辑或者在目标类函数执行之前,或者目标类函数执行之后,或者在目标类函数抛出异常时候执 ...
- EasyUI值的清空与获取
清空: 一般值 $("#searchx").val(""); 时间选择框 $('#starttime').datetimebox('setValue', '') ...
- SAP字段带空格,导致日期转换失败,提示not a vaild month
执行此节点会报以下错误,ORA-01843,no a valid month,提示月份转换异常 尝试增加条件也仍然提示错误:and VBEP.EDATU<>'00000000' and V ...
- Linq to sql 之 事务
描述:linq 是自带事物的.如果建了两个linq to sql 类,各自访问不同的数据库,事物如何保证呢. 验证:采用常用的COM+事务来验证一下是否有效. ServiceConfig config ...
- python基础之字符串常用操作总结
字符串的索引 s = 'ABCDLSESRF' # 索引 这两个很简单没什么说的 s1 = s[0] print(s1) # A s2 = s[2] print(s2) # C 切片 s = 'ABC ...