SPS Programming Abrites AVDI or GM MDI
Just information for you to make a wise purchase of GM scan tools for SPS programming: (here, I focus on SPS GDS2 on Abrites j2534 and GM MDI)
In the past ( few years ago when I bought my AVDI )
When I bought my tool I used Global Tis v32 and was able to do SPS Programming in my Y20DTH that I have at my desk for tests. All went OK.
After a while during a year of AMS I received the new drivers but because I didn’t like how the AVDI is working and because I make some money using it I dece to upgrade to genuine OEM tool for the brands that AVDI can work.
After a while I bought a genuine MDI.
And after years I did the tests because my friend who has a issue doing SPS Programming. And he asked me to check if its ok at me. And using same ecu that I did SPS Programming alright in the past then now was blocked. So I did and had the same issues as him.
He because has the AMS he received the new drivers after he talked with Abrites company.
For me AVDI its did it job long time ago and I don’t need to buy a new AMS. So I am using when I do what “she” can do.
My friend asked Abrites to fix this issue and they sent to him new drivers versions and then he could do a SPS Programming as well.
But take care this is not working in any ecu.
So my advise for you is to buy a good GM MDI but not VXDIAG VCX NANO and you will be fine.
In my opinion for GM cars and if you wanna do SPS Programming and diagnostics using Tech2win and GDS2 the better is a GM MDI – a genuine or good clone one, or a cheaper cable like a genuine or good clone Mongoose GM Pro2
Or a J2534 tool that its approved by GM.
Maybe for diagnostic FVDI ABRITES Commander is still good but for programming it will not for sure. But if you wish it you can use it and when you will block first ecu you will remember my opinion.
AVDI I hadn’t used anymore for diagnostic so I cannot tell you if its ok to use it in newer car with GDS2. Actually I have no new drivers for a long.
SPS Programming Abrites AVDI or GM MDI的更多相关文章
- 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 ...
- 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 ...
- 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 ...
- How to solve GM MDI cannot complete the installation
Dear Joy, I have a problem using GM MDI diagnostic tool. When I installed it on my laptop, the tool ...
- 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 ...
- 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 do I configure a Wired Ethernet interface
1.In order to configure the Wired Ethernet interface the MDI must be connected to the PC using the U ...
- 让Drewtech的J2534 ToolBox 软件支持任何J2534的设备
更改windows注册表中的FunctionLibrary和ConfigApplication,将DLL和exe路径替换原来的,其他不要动. 或者 create second key in regis ...
- 小菜学习Winform(四)MDI窗体(附示例)
前言 在做winfrom项目的时候我们可能会用到嵌套窗体,就是说一个容器中有多个窗体,可以分别管理和应用这些窗体,.net中提供了一种机制就是MDI,可能大家都会用,这边就简单的介绍下. 简单应用 w ...
随机推荐
- redis 双写一致性 看一篇成高手系列1
首先,缓存由于其高并发和高性能的特性,已经在项目中被广泛使用.在读取缓存方面,大家没啥疑问,都是按照下图的流程来进行业务操作. 但是在更新缓存方面,对于更新完数据库,是更新缓存呢,还是删除缓存.又或者 ...
- 我是一个录像机(NVR)
我是一个网络录像机,简称NVR.我的前辈是DVR,我们的区别很简单,DVR接的是模拟摄像机,我连接的是IP摄像机. 我的前辈DVR比我辛苦,因为模拟摄像机的模拟信号连过来之后,他要进行数字化.编码压缩 ...
- Python面向过程编程
面向过程编程 D:\Document\视频\python20期\day4\视频\面向过程编程 三元表达式示例1 #三元表达式x=10 y=20 res=x if x>y else y print ...
- Scrapy学习篇(十一)之设置随机User-Agent
大多数情况下,网站都会根据我们的请求头信息来区分你是不是一个爬虫程序,如果一旦识别出这是一个爬虫程序,很容易就会拒绝我们的请求,因此我们需要给我们的爬虫手动添加请求头信息,来模拟浏览器的行为,但是当我 ...
- ubuntu下安装owncloud提示没有zip模块时
wget http://pecl.php.net/get/zip-1.13.5.tgztar -zvxf zip-1.13.5.tgzcd zip-1.13.5phpize ./configure m ...
- CountDownLatch两种用法
1.当前线程等待其他线程执行完毕后在执行. 2.模拟高并发场景. 在多线程编程里,CountDownLatch是一个很好的计数器工具. 常用的两个方法: 1.计数器减一 public void cou ...
- JS类型转换(强制和自动的规则)
显式转换 通过手动进行类型转换,Javascript提供了以下转型函数: 转换为数值类型:Number(mix).parseInt(string,radix).parseFloat(string) 转 ...
- SpringMVC 启动流程
首先看一下Web应用部署初始化过程 (Web Application Deployement),官方文档说明: Web Application Deployment When a web applic ...
- Python的set集合
set集合也用{}表示,set中的元素是不重复的.无序的,且它里面的元素必须是可hash的(int,str,tuple,bool),set是可变的. 1.使用set去重 m = [1, '] s = ...
- tensorflow实战讨论
欢迎关注微信公众号:樱园的玻尔兹曼机