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的更多相关文章

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

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

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

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

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

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

  8. 让Drewtech的J2534 ToolBox 软件支持任何J2534的设备

    更改windows注册表中的FunctionLibrary和ConfigApplication,将DLL和exe路径替换原来的,其他不要动. 或者 create second key in regis ...

  9. 小菜学习Winform(四)MDI窗体(附示例)

    前言 在做winfrom项目的时候我们可能会用到嵌套窗体,就是说一个容器中有多个窗体,可以分别管理和应用这些窗体,.net中提供了一种机制就是MDI,可能大家都会用,这边就简单的介绍下. 简单应用 w ...

随机推荐

  1. kafka原理和实践(四)spring-kafka消费者源码

    系列目录 kafka原理和实践(一)原理:10分钟入门 kafka原理和实践(二)spring-kafka简单实践 kafka原理和实践(三)spring-kafka生产者源码 kafka原理和实践( ...

  2. SpringBoot Web开发(3) WebMvcConfigurerAdapter过期替代方案

    springboot2.0中 WebMvcConfigurerAdapter过期替代方案 最近在学习尚硅谷的<springboot核心技术篇>,项目中用到SpringMVC的自动配置和扩展 ...

  3. 并发之volatile底层原理

    15.深入分析Volatile的实现原理 14.java多线程编程底层原理剖析以及volatile原理 13.Java中Volatile底层原理与应用 12.Java多线程-java.util.con ...

  4. LeetCode【88. 合并两个有序数组】

    首先想到的方法就是,假设一个nums3数组,然后,比较nums1与nums2的数值大小,然后,放在nums3中,再将nums3转移到nums1中. 实现起来很麻烦,1.没有考虑到下标问题,结果就Arr ...

  5. gogs 源码阅读笔记 001

    gogs 源码阅读笔记 001 gogs项目相当不错,本笔记实际是基于gogs fork版本 git-122a66f. gitea (gitea版本由来)[https://blog.gitea.io/ ...

  6. 502 Bad Gateway

    状态码解释: 502 Bad Gateway:作为网关或者代理工作的服务器尝试执行请求时,从上游服务器接收到无效的响应. 502 原因分析: 将请求提交给网关如php-fpm执行,但是由于某些原因没有 ...

  7. redis消息通知(任务队列/优先级队列/发布订阅模式)

    1.任务队列 对于发送邮件或者是复杂计算这样的操作,常常需要比较长的时间,为了不影响web应用的正常使用,避免页面显示被阻塞,常常会将此类任务存入任务队列交由专门的进程去处理. 队列最基础的方法如下: ...

  8. Python 爬虫 Vimeo视频下载链接

    python vimeo_d.py https://vimeo.com/228013581 在https://vimeo.com/上看到稀罕的视频 按照上面加上视频的观看地址运行即可获得视频下载链接 ...

  9. python3之os、sys

    os模块 # 显示当前使用平台:"nt":windows;"posix":Linux >>> os.name 'nt' # 当前工作目录 &g ...

  10. H5兼容ie做法

    IE浏览器支持新的标签:可以在使用新标签之前用javascript创建一个虚假的标签,这样就可以识别了.如<article>标签,在使用前,创建一个虚假的<article>标签 ...