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. SQL Agent 服务无法启动

    问题现象 从阿里云上镜像过来的一台的数据库服务器,SQL Agent服务启动不了,提示服务启动后停止. 如下是系统日志和SQL Agent的日志 SQLServerAgent could not be ...

  2. dll文件32位64位检测工具以及Windows文件夹SysWow64的坑【转发】

    原文地址:http://www.cnblogs.com/hbccdf/archive/2014/03/09/3590916.html 自从操作系统升级到64位以后,就要不断的需要面对32位.64位的问 ...

  3. windows下apache httpd2.4.26集群完整搭建例子:下载、启动、tomcat集群例子

    第一部分——下载 1.1: 百度搜索apache httpd关键字,第一个链接既是官方下载地址.如果这一步不会,此篇文章不适合你阅读,请自行停止. 1.2:进入官网http://httpd.apach ...

  4. Quartz的API简介及Jobs和Trigger介绍

    Quartz的API: 主要api: The key interfaces of the Quartz API are: Scheduler - the main API for interactin ...

  5. LSTM/RNN中的Attention机制

    一.解决的问题 采用传统编码器-解码器结构的LSTM/RNN模型存在一个问题,不论输入长短都将其编码成一个固定长度的向量表示,这使模型对于长输入序列的学习效果很差(解码效果很差). 注意下图中,ax ...

  6. 根据日志分析异常:There is already 'XXX' bean method

    问题代码: @Slf4j @Api(value = "paymentOrderController", description = "PaymentOrderContro ...

  7. eShopOnContainers 看微服务 ②:配置 启动

    一.什么是docker Docker 是一个开源项目,通过把应用程序打包为可移植的.自给自足的容器(可以运行在云端或本地)的方式,实现应用程序的自动化部署. 使用 Docker 的时候,需要创建一个应 ...

  8. 分布式计算课程补充笔记 part 3

    ▶ OpenMP 的任务并行 (task parallelism):显式定义一系列可执行的任务及其相互依赖关系,通过任务调度的方式多线程动态执行,支持任务的延迟执行 (deferred executi ...

  9. 第三方jar上传到Maven私服(Nexus)

    mvn deploy:deploy-file -DgroupId=taobao-sdk -DartifactId=taobao-sdk-java -Dversion=1.0 -Dpackaging=j ...

  10. Linux命令:builtin

    语法: builtin [shell-builtin [arg ...]] 说明: 明确告诉bash执行的是内建命令,而不是和内建命令同名的函数.这实际就是bash容许用户自定义和builtin命令同 ...