Being I have owned some of these units. Can offer some advice…

GM Tech 1, GM Tech 1a. Early and latter versions. Built and software by Vetronix. Petty much obsolite tool. GM coverage ended in 1997. ‘Valuable’ units would be with a GM MSC (mass storage cartridge thru 1997) or Global OBDII powertrain cartridge. MSC requires a VIM module for OBDII for 1994-1997.

I still have a Tech 1a with Global OBDII. Works on 2001 Cadillac, 2003 Saturn. Does not seem to work on 2005 Ford Mustang. Powertrain only.

Not worth much..

GM Tech 2. Info is correct about Hewlett Packard, Vetronix, and Bosch. Currently owned by Bosch.

There are GM logo versions, Saturn logo versions, MAC Tool, and OTC tool versions.

Early units used 10mb memory card. Current unit requires 32mb card. 2003 and newer require CAN adapter also know as a CANDI unit.

1996-1997. Ford and Chrysler software ‘was’ available.

Currently a GM ‘only’ tool. In 1996, it seemed like a very fast tool. Now, think 15 year old laptop.

Can access all systems. Air bag, abs, powertrian etc. Can program ‘welcome’ message on IPC etc.

GM Tech 2 cannot collect crash data from the air bag SDM. That requires a different tool: The Bosch CDR. The GM Tech 2 is considered a diagnostic tool, the Bosch CDR is considered a forenstic tool.

$8-9K for a GM Tech 2? There should be a law. In 1996 a new unit was $2600.

Bosch has a bulletin issued about fake China units. Stay away!

The real fire sale on GM Tech 2’s was about 6 months ago. GM went bankrupt. Thousand of GM dealers were closing…we bought 2 Tech 2’s from Saturn of Aurora for $1100 with 1 CANDI. One unit worked, one did not. Pretty good deal.

From the 2 units. We built one working ‘best of’ unit with CANDI. The other unit was parted out on eBay…paying for both. Great deal for us.

Be aware: Used dealership units are “played with hard and put away wet.” Pretty rough use.

IMO. EBay units are way overpriced. Your best bet is if a nearby GM or Saturn dealer is closing. Inquire about any  Professional Diagnostic Tools Tech 2’s that may be available.

The only reason we found ours was from a different auction for a kent moore timing belt tool. We asked if they had any Tech 2’s. Uhhh…yeah we do..

Search for GM dealers closing shop. On eBay, search Kent Moore tools, J tools, AC tools, transmission tools etc. Hoists, tire changers etc.

As mentioned, 6 months ago there were some deals. My local Saturn dealer is, for now, still open. Many GM dealers may actually be able to hang on. What, maybe another 700 GM dealers get to stay on. That said, most that are closing, have closed.

Find the Pontiac, Saturn, Hummer dealers closing shop.

GM Bosch Vetronix HP Tech 2 with CANDI的更多相关文章

  1. GM TECH2 Scanner Clone

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

  2. 卫星轨道和两行数据TLE

    最近由于Sino-2和北斗的关系,很多网友贴了表示卫星运行轨道的TLE数据.这里想对卫星轨道参数和TLE的格式做一个简单介绍.虽然实际上没有人直接读TLE数据,而都是借助软件来获得卫星轨道和位置信息, ...

  3. KTAG K-TAG ECU Programming Tool

    KTAG K-TAG ECU Programming Tool Master Version V2.1 +J-Link JLINK Without Token Limitation Highlight ...

  4. 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 Tec ...

  5. 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 ...

  6. 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 ...

  7. 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 ...

  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. 008-spring cache-缓存实现-03-springboot redis实现

    1.window下redis安装 https://www.cnblogs.com/bjlhx/p/7429811.html 2.pom <!-- 缓存 --> <dependency ...

  2. Git的安装和配置用户名和密码

    在Windows中进行安装.访问https://git-scm.com/,点击Downloads for Windows,我下载的是Git-2.16.2-64-bit.exe.都按照默认选项即可,其中 ...

  3. js, css混淆

    原理:调用yuicompressor-2.4.8.jar, 生成混淆后的文件,强大的它能处理css,js. 1,准备一个txt,列出所需要合并的js,如js.txt jquery-1.9.1.min. ...

  4. vuex中的dispatch和commit

    dispatch:含有异步操作,eg:向后台提交数据,写法: this.$store.dispatch('mutations方法名',值) commit:同步操作,写法:this.$store.com ...

  5. linux sed 常见字符串处理

    1.删除特殊字符 将 1.1.0_boke_1.0.1 转换为110_boke_101 command: new_var=`echo 1.1.0_boke_1.0.1 |sed  s/\.//g` ( ...

  6. [LeetCode] 607. Sales Person_Easy tag: SQL

    Description Given three tables: salesperson, company, orders.Output all the names in the table sales ...

  7. H5缩放效果的问题和缓存问题

    https://segmentfault.com/q/1010000000305316 http://blog.csdn.net/hudashi/article/details/50963585 四. ...

  8. React对比Vue(01 数据的定义,使用,组件的写法,目录结构等)

    1.脚手架对比 两个都需要安装node node自带npm 然后安装cnpm yarn(有时候 npm会丢包,所以) npm install -g cnpm --registry=https://re ...

  9. Hadoopif.for.while 语句

    if 语句 echo 当前参数个数:$# if [ $# -lt 3 ];then echo 参数小于3;elif [ $# -gt 5 ];then echo 参数大于5;fi; To have b ...

  10. linux c语言开发工具

    ---恢复内容开始--- C语言编译全过程剖析 编译的概念:编译程序读取源程序(字符流),对之进行词法和语法的分析,将高级语言指令转换为功能等效的汇编代码,再由汇编程序转换为机器语言,并且按照操作系统 ...