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. TCP、UDP和HTTP详解

    http:是用于www浏览的一个协议.tcp:是机器之间建立连接用的到的一个协议. 1.TCP/IP是个协议组,可分为三个层次:网络层.传输层和应用层.在网络层有IP协议.ICMP协议.ARP协议.R ...

  2. springmvc aop 事务配置

    对应的中文: 任意公共方法的执行: execution(public * *(..)) 任何一个以“set”开始的方法的执行: execution(* set*(..)) AccountService ...

  3. 【LeetCode每天一题】Longest Palindromic Substring(最长回文字串)

    Given a string s, find the longest palindromic substring in s. You may assume that the maximum lengt ...

  4. Python复习基础篇

    4.4 使用列表的一部分   Python切片(切片就是取值的呗) print(players[0:3])  中括号,冒号隔开,顾头不顾尾. print([:4])    从开始取还是会顾尾的 pri ...

  5. 隐藏apache服务器信息

    安装完apache一般第一时间都是关闭apache的版本信息,黑客会通过apache暴露出来的信息针对性的入侵,为了服务器的安全这些信息一定要及时关闭. 1.隐藏PHP版本 修改php.ini exp ...

  6. JMeter开发插件——图片验证码识别

    我们在性能测试中总会时不时地遭遇到来自于应用系统的各种阻碍,图片验证码就是一类最常见的束缚,登录或交易时需要按照图片中的内容输入正确的验证信息后,数据才可以提交成功,这使得许多性能测试工具只能望而却步 ...

  7. jmeter二次开发----Loadrunner或Jmeter发送邮件报告

    Loadrunner支持Java Vuser,而Jmeter本身就是基于Java开发的,所以两者都可以通过JMail组件实现邮件发送.本人使用的是mail-1.4.7.jar,可以通过下载获得:htt ...

  8. cocos JS for循环让精灵从屏幕中间往两边排列散开

    //this.ShowImg[i] 需要排列什么就push加进数组里面,一个for循环计算即可 var size = this.ShowImg.length;var count = size; for ...

  9. 部署一个不依赖tomcat容器的应用

    一个task项目,应用里边都是一些定时任务.我和新入职的高开商定程序部署不依赖于tomcat. 计划赶不上变化,任务开发完成还没等上线呢,哥们要离职了.工作交接时大概说了一下上线怎么部署. 结果呢,当 ...

  10. Ubuntu系统添加搜狗输入法

    前端开发时有时候要接触到Ubuntu系统,但由于本身没有拼音输入,故需要自己安装搜狗,记录方法如下: 1.安装前先升级资源库并安装输入法依赖包: $sudo apt-get update $sudo ...