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 the software . Lets see how to solve this issue .
First, you should make sure the MDI Manager software was installed on laptop well and the MDI must be powered up before you use it to communicate. Also the MDI should be configured for wired internet or wireless communication.
If the MDI can not communicate with the MDI, you should check the cables whether connecting well to the MDI when MDI has completed its power up sequence , the connector pins are clean and the MDI Manager software is running.
If you connect them by using USB, you need check the MDI USB connection is detected by windows. About the solutions,you can connect the MDI to the PC USB port and power up the MDI. Open the Network and Dial-up Connections Window from the Windows Control Panel. Then check for the device name ETAS USB Remote NDIS Network Device. If it is not running, check all USB ports on the PC and verify that the MDI is powered on.
If you connect them by using wireless internet , you should make sure that wireless communication is enabled and the IP configuration is properly set using the MDI Manager software. Then what you need to check is that the USB cable is not plugged in, the MDI is not being used via wired internet and the wireless card is properly seated in the MDI. You can contact your IT department and check that your PC is detecting the wireless access point and the correct security settings have been configured for the MDI.
And if you connect then by using wired internet you need to ensure that the wired internet communication is enabled and configured using the MDI Manager software. Then you should check that the USB cable is not plugged in and the MDI device detects wired internet activity by viewing the lights blinking on the wired internet port of the MDI.
But if you think all these is complex , we recommend that you can buy the MDI with laptop together , so that our engineer can installed the software for you well , and test it with the car first , make sure you can use it directly when you get the machine . By the way , if you dont want to buy the laptop , please confirm your laptop must be the one after 2008 year , E49 laptop will be better .
How will The MDI for GM Be Used?
The new Professional Diagnostic Tools GM
MDI can be used only in the Pass-Thru method. This means you can use it
as your programming tool, while your Tech 2/CANDY remains available for
diagnostics and other duties.
The GM MDI is initially being introduced with Pass-Thru programming
capabilities only. It can be used to perform Pass-Thru programming on
all vehicles built since 1996 and will support all vehicles into the
future.
The GM MDI will be required to perform diagnostics on selected NAO
vehicles for model year 2009. Diagnostic software is scheduled to be
released for the GM MDI during the fourth quarter of 2008. Regulations
require programming procedures to be compliant with SAE Recommended
Practice J2534.
The GM SPS is compliant with SAE Recommended Practice J2534, and the
GM MDI is compliant with the portions of SAE J2534 that are applicable
for GM vehicles.
How to do if the GM MDI cant connect with the software的更多相关文章
- 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 ...
- 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 focu ...
- 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 ...
- 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 ...
- 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 ...
- MDI/MDIX接口
转载:http://blog.chinaunix.net/uid-24148050-id-137067.html MDI/MDIX is a type of Ethernet port connect ...
- 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 ...
随机推荐
- Failed to load bundle(http://loaclhost:8081/index.bundle?platfrom=ios.....
另外RN的创建的项目可能上架审核不太容易通过,祝你好运 1.可能当前同时运行多个项目,关闭一个项目就可以,或者重启 2.init 命令默认会创建最新的版本,而目前最新的 0.45 及以上版本需要下载 ...
- gh-ost:不一样的在线表结构变更
简介: 2016年8月份,shlomi-noach在GitHub Engineering发文宣布gh-ost开源.gh-ost是什么?一个不依赖触发器实现的在线表结构变更工具. 对于数据库运维人员来说 ...
- JS中函数表达式与函数声明的区别
hello,沐晴又来更新啦,今天呢,跟大家讲讲让人头疼的函数表达式和函数声明,反正我当初看那本高级程序的时候,是没怎么看太透,哈哈.我是个比较重基础的人,跟我一起探讨函数表达式和函数声明的世界吧. 首 ...
- web页面判断是否首次加载
判断web页面是否是首次加载: if(!window.name){ window.name ='name' this.setState({ note:true })}
- Stylus的使用
vue-cli项目安装使用stylus步骤:1. npm install stylus -D命令,在项目内安装stylus.(注意:命令结尾 -D 即是 --save-dev 的简写形式) 2.需要安 ...
- api-gateway-engine知识点(2)
GroupVersion实现engine本地缓存 package com.inspur.cloud.apigw.engine.cache; import java.util.Map;import ja ...
- MYSQL: set names utf8是什么意思?
set names utf8 是用于设置编码,可以再在建数据库的时候设置,也可以在创建表的时候设置,或只是对部分字段进行设置,而且在设置编码的时候,这些地方最好是一致的,这样能最大程度上避免数据记录出 ...
- JS快速入门
字符串 模板字符串 需要特别注意的是,字符串是不可变的,如果对字符串的某个索引赋值,不会有任何错误,但是,也没有任何效果: var s = 'Test'; s[0] = 'X'; alert(s); ...
- ORA-01919: role 'PLUSTRACE' does not exist
环境:Oracle 10g,11g. 现象:在一次迁移测试中,发现有这样的角色赋权会报错不存在: SYS@orcl> grant PLUSTRACE to jingyu; grant PLUST ...
- 原生js---ajax---post方法传数据
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...