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

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

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

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

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

  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. MDI/MDIX接口

    转载:http://blog.chinaunix.net/uid-24148050-id-137067.html MDI/MDIX is a type of Ethernet port connect ...

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

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

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

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

随机推荐

  1. mysql开发总结

    一.理解MySQL基本概念 1.MySQL软件:MySQL实际上就是一软件,是一工具,是关系型数据库管理系统软件 2.MySQL数据库:就是按照数据结构来组织.存储和管理数据的仓库 3.MySQL数据 ...

  2. MySQL5.7配置基于GTID的复制

    MySQL5.7下配置GTID复制的方法: 修改主库和从库的配置文件,加入下列部分的配置项:主库:[mysqld]log-bin=mysql-binbinlog_format= ROWgtid-mod ...

  3. .NET 三层框架

    1.三层架构 三层架构(3-tier architecture) 通常意义上的三层架构就是将整个业务应用划分为:表现层(Presentation layer).业务逻辑层(Business Logic ...

  4. Pro*C介绍

    内嵌SQL 概要 Pro*C语法 SQL 预处理指令 语句标号 宿主变量 基础 指针 结构 数组 指示器变量 数据类型同等化 动态SQL 事务 错误处理 SQLCA WHENEVER语句 Demo程序 ...

  5. docker容器多服务(不推荐)

    1.最常用方式配置进程管理工具Supervisor 2.最简单的就是把多个启动命令放到一个启动脚本里面,启动的时候直接启动这个脚本 第一种方式: 1.构建基础镜像 FROM lmurawsk/pyth ...

  6. JS快速入门

    字符串 模板字符串 需要特别注意的是,字符串是不可变的,如果对字符串的某个索引赋值,不会有任何错误,但是,也没有任何效果: var s = 'Test'; s[0] = 'X'; alert(s); ...

  7. js函数定义的三种方式

    1.函数声明语法 function sum(num1, num2){ return num1 + num2; } 2.函数表达式定义 var sum = function (num1, num2){ ...

  8. [LeetCode] 98. Validate Binary Search Tree_Medium

    Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as ...

  9. [LeetCode] 603. Consecutive Available Seats_Easy tag: SQL

    Several friends at a cinema ticket office would like to reserve consecutive available seats.Can you ...

  10. SSM框架-SpringMVC 实例文件上传下载

    一.新建一个Web工程,导入相关的包 springmvc的包+commons-fileupload.jar+connom-io.jar+commons-logging,jar+jstl.jar+sta ...