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 ...
随机推荐
- perfmon——使用windows系统自带的性能监视器监控进程信息
第一次使用perfmon监控应用进程的信息,步骤总结如下: 第一部分 性能监视器 1.快捷键Win+R打开运行界面,输入“perfmon”命令后回车即可打开windows的性能监视器 2.点击“性能监 ...
- if __name__==__main__:的应用
1. if __name__==__main__:代码的作用 python的文件有两种使用的方法:(1)直接作为脚本执行:(2)import到其他的python脚本中被调用(模块重用)执行: 因此if ...
- vue/cli 3.0 font-size随屏幕大小变化而变化 rem设置
在安装cube-ui框架时 安装成功后在[E:\WWW\xxx\node_modules\vue-cli-plugin-cube-ui\generator\rem\index.js]修改remUnit ...
- 关于Go,你可能不注意的7件事
转自: https://tonybai.com/2015/09/17/7-things-you-may-not-pay-attation-to-in-go/ Go以简洁著称,但简洁中不乏值得玩味的小细 ...
- [LeetCode] 709. To Lower Case_Easy
Implement function ToLowerCase() that has a string parameter str, and returns the same string in low ...
- mybatis之注解式开发之关联查询
package com.bjsxt.mapper; import org.apache.ibatis.annotations.Select; import com.bjsxt.pojo.Clazz; ...
- PO模型
大神绕道而行,自我小白的笔记,仅此 一.创建文件夹,创建xxx.ini文件用来存放界面的定位元素,用 [界面_element]-->界面, 来划分界面界面元素,维护方便.定位元素的格式: us ...
- Java之.jdk安装-Linux
Jdk安装-Linux 1. 使用管理员,创建一个用户(charles),指令:useradd charles 2. 给创建的用户,添加密码(密码自己指定),指令:passwd charles 注意: ...
- VS.C#如何向数据数据库中存入和读取图片的
写入图片部分代码:假设图片为 test.gifbyte [] bytes = File.ReadAllBytes(@"c:\test.gif");SqlConnection con ...
- Docker下操作指令
Docker下操作指令 以mysql为例 1.搜索镜像: #docker search mysql 2.拉取镜像 #docker pull mysql:5.7 3.加载镜像并绑定端口: #docker ...