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 ...
随机推荐
- C# 监测每个方法的执行次数和占用时间(测试1)
在Nuget引用 Castle.DynamicProxy 和 Newtonsoft.Json 这个 原文:http://www.cnblogs.com/RicCC/archive/2010/03/15 ...
- SpringBoot整合RabbitMQ,实现消息发送和消费以及多个消费者的情况
下载安装Erlang和RabbitMQ Erlang和RabbitMQ:https://www.cnblogs.com/theRhyme/p/10069611.html AMQP协议 https:// ...
- js高级-递归调用
函数调用自身 求1-100的和 var sum = 0; for(var i = 1; i<=100; i++){ sum += i } console.log(sum) //自己写的递归 va ...
- linux下WIFI的AP搜索、连接方法
wpa_supplicant -Dwext -ieth1 -c/etc/wpa_supplicant.conf &wpa_cli save_configwpa_cli reconfigure ...
- div 光标处插入内容
var Manager = { insertHtml: function(html, type) { var lastMemo = document.getElementById("memo ...
- 1.3.1、CDH 搭建Hadoop在安装之前(端口---Cloudera Manager和Cloudera Navigator使用的端口)
下图概述了Cloudera Manager,Cloudera Navigator和Cloudera Management Service角色使用的一些端口: Cloudera Manager和Clou ...
- 使用rsync 同步数据一些常用参数和示例
rsync rsync是linux系统下的数据镜像备份工具.支持远程同步,本地复制,或者与其他SSH.rsync主机同步. 包括本地推到远程,远程拉到本地两种同步方式,也可以实现本地不同路径下文件的同 ...
- Java String和StringBuffer和StringBuilder
最近在牛课网上做了几道字符串操作的题目,好久没有做题了,之前用的也是大一时C语言做的,对Java字符串操作不太了解,所以深入了解一下String类的相关用法 String构造方法 String() 空 ...
- python+selenium的环境配置
以前写过关于python和selenium加myeclipse的环境配置,但是myeclipse启动时过于费时,虽然myeclipse有很好的提示功能,但是作为初学者,我还是直接用python的idl ...
- 如何修改Eclipse的 workspace目录
Eclipse是一款很强的Java IDE, eclipse ide for eclipse committers 这里的committers 就是投稿者与执行者的意思,也就是说这个eclipse是为 ...