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 ...
随机推荐
- OC分割输入验证码的视觉效果
效果图: 用到的类: UITextField+VerCodeTF.h #import <UIKit/UIKit.h> @protocol VerCodeTFDelegate <UIT ...
- 报错解决——pytesseract.pytesseract.TesseractError: (1,’Error opening data file /usr/local/share/tessdata/eng.traineddata’)
解决方法:(原文地址http://stackoverflow.com/questions/14800730/tesseract-running-error) $ wget https://tesser ...
- Python3学习之路~5.5 sys模块
用于提供对解释器相关的操作 sys.argv 命令行参数List,第一个元素是程序本身路径 sys.exit(n) 退出程序,正常退出时exit(0) sys.version 获取Python解释程序 ...
- test TSS Work about
activity01 activity02 FamilyNew workTest
- Vuex 页面刷新后store保存的数据会丢失 取cookie值
在store.js中 export default new vuex.Store({ // 首先声明一个状态 state state:{ pcid: '', postList: [], } //更新状 ...
- iot-dm异常日志
iot-dm 本机断网日志 2018-03-15 08:55:41,345 INFO com.inspur.iot.client.core.IotConnection Connection is be ...
- Django 框架 基本知识
一.什么事web框架 框架,即framework,特指为解决一个开放性问题而设计的具有一定约束性的支持结构,使用框架可以使我们快速开发特定的系统,简单来说,就是讲实现方式的底层结构进行封装,提供相应的 ...
- Java语言基础问题
1. 一个Java类文件中可以有几个公有类 在eclipse中测试代码时会出现上图所示的错误,此处只允许用final或abstract来修饰类,也就是一个类文件中只能有一个public修饰的类,此下对 ...
- python while for else
python的循环挺有意思 while和for体中可以带上else项 while中的else表示循环条件不成立时,去执行一次,也就是退出循环前去做一次 for中的else表示固定循环正常完成后,去执行 ...
- ida脚本学习
#!/usr/bin/env python #coding:utf-8 from idc import * import idaapi import idautils import os os.sys ...