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 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的更多相关文章
- GM TECH2 Scanner Clone
Professional Diagnostic Tools gm tech 2 scanner china with multi-languages, TIS2000 Programming CD, ...
- 卫星轨道和两行数据TLE
最近由于Sino-2和北斗的关系,很多网友贴了表示卫星运行轨道的TLE数据.这里想对卫星轨道参数和TLE的格式做一个简单介绍.虽然实际上没有人直接读TLE数据,而都是借助软件来获得卫星轨道和位置信息, ...
- KTAG K-TAG ECU Programming Tool
KTAG K-TAG ECU Programming Tool Master Version V2.1 +J-Link JLINK Without Token Limitation Highlight ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
随机推荐
- 001-js-时间格式化
方法一. // 对Date的扩展,将 Date 转化为指定格式的String // 月(M).日(d).小时(h).分(m).秒(s).季度(q) 可以用 1-2 个占位符, // 年(y)可以用 1 ...
- seller vue配置路径相对路径【组件 只写简单路径】
在[webpack.base.conf.js]配置 'components': path.resolve(__dirname, '../src/components')
- Python pickle 模块
转自:https://www.cnblogs.com/lincappu/p/8296078.html pickle可以存储的数据类型 所有python支持的原生类型:布尔值,整数,浮点数,复数,字符串 ...
- 【Tools】-NO.4.Tools.1.VM.1.001-【VMware Workstation PRO 12 Install CentOS 7.1】-
1.0.0 Summary Tittle:[Tools]-NO.4.Tools.1.VM.1.001-[VMware Workstation PRO 12 Install CentOS 7.1]- S ...
- [ Linux运维学习 ] 路径及实战项目合集
我们知道运维工程师(Operations)最基本的职责就是负责服务的稳定性并确保整个服务的高可用性,同时不断优化系统架构.提升部署效率.优化资源利用率,确保服务可以7*24H不间断地为用户提供服务. ...
- 产品设计教程:如何理解 px,dp,dpi, pt,看这一篇就够了
先聊聊熟悉的几个单位 围绕着各种屏幕做设计和开发的人会碰到下面几个单位:in, pt, px, dpi,dip/dp, sp 下面先简单回顾下前四个单位: “in” inches的缩写,英寸.就是屏幕 ...
- iOS 第三方框架-MJExtension
1.数组转换成模型数组 // 将 "微博字典"数组 转为 "微博模型"数组 NSArray *newStatuses = [HWStatus objectArr ...
- vue父组件数据改变,子组件数据并未发生改变(那是因为你没写监听)附带子组件的写法
下面的代码有 父组件有三个按钮,年.月.日 点击之后父组件的数据发生改变,子组件却没改变,打印接受的数据,除了第一次其他都没打印,那是因为你没有写监听 <template> <div ...
- C++ 类定义
C++ 类定义 定义一个类,本质上是定义一个数据类型的蓝图.这实际上并没有定义任何数据,但它定义了类的名称意味着什么,也就是说,它定义了类的对象包括了什么,以及可以在这个对象上执行哪些操作. 类定义是 ...
- django模型(增删改查等)
Django提供的模型操作起来数据库非常方便 以自定义模型名字Demo为例: 获取所有数据:all() demo.objects.all() #返回queryset对象 #这个语句和Select * ...