1.In order to configure the Wired Ethernet interface the MDI must be connected to the PC using the USB connection. If connecting to your dealer network you may be required to contact your IT/Network administrator for proper settings.
* Connect to MDI with USB connection.
* Select the ‘Enable Wired Ethernet Interface’ box in the Network Setup tab.
* If using Dynamic IP addresses (DHCP) select the ‘Obtain an IP address automatically’ box.
?If using a Static IP address:
oIf connecting to the dealer network contact your IT/Network Admin for IP Settings.
oSelect the ‘Use the following IP address’ box.
oEnter the IP address to be used.
oEnter the appropriate Subnet mask.
* Select ‘Apply’.
* Verify settings in Properties tab.
* Connect the GM MDI Scan Tool Ethernet cable to the dealer network. (Do not connect to the Tech 2 RS232 cable.)
* From MDI explorer TAB select “Disconnect MDI”.
* Move the cursor over the MDI, confirm that Wired Ethernet configuration has been added.
* Disconnect the USB cable.
* The MDI should still be listed in the MDI Explorer.

2.Why is the MDI DLC cable the length it is?

The MDI cable is designed to work with all diagnostic protocols found
on GM vehicles (Past and Present). The GMLAN diagnostic links are
sensitive to bus capacitance. There are several ways to minimize bus
capacitance.  One method is to use shielded twisted pair wires internal
to the cable the other is use a shorter cable.

Using twisted pair wires has the following disadvantages,
1) adds cost to the cable.
2) Can cause signal cross-talk on non-GMLAN vehicles.
In order to minimize potential issues in the field a shorter cable was selected.

http://avdicommander.com/2018/10/16/how-do-i-configure-a-wired-ethernet-interface/

How do I configure a Wired Ethernet interface的更多相关文章

  1. Configure a bridged network interface for KVM using RHEL 5.4 or later?

    environment Red Hat Enterprise Linux 5.4 or later Red Hat Enterprise Linux 6.0 or later KVM virtual ...

  2. solve the promble of VMware Workstation Ubuntu18.04 ethernet interface losting

    $ ifconfig -aens33: flags=4098<BROADCAST,MULTICAST>  mtu 1500    ether 00:**:**:**:**:**  txqu ...

  3. Configure a bridge interface over a VLAN tagged bonded interface

    SOLUTION VERIFIED February 5 2014 KB340153 Environment Red Hat Enterprise Linux 6 (All Versions) Red ...

  4. Configure PPPoE on CentOS7

    Why? I prefer using ethernet to Wifi to access internet. But, I'm afraid, sometimes I have to use Wi ...

  5. PPP interface for lwIP

    //原文 地址 :http://www.nongnu.org/lwip/2_0_x/group__ppp.html /* //协议说明,2017年6月29日14:19:18,suozhang PPP ...

  6. Tun/Tap interface tutorial

    Foreword: please note that the code available here is only for demonstration purposes. If you want t ...

  7. Ubuntu 16.04 RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller” 不能上网

    来源:http://forum.ubuntu.org.cn/viewtopic.php?f=116&t=463646 1.执行如下命令 uname -a sudo lspci -knn sud ...

  8. What is the "internal" interface and port for on Openvswitch?

    转:https://ask.openstack.org/en/question/4276/what-is-the-internal-interface-and-port-for-on-openvswi ...

  9. am335x system upgrade kernel ethernet(四)

    1      Scope of Document This document describes ethernet hardware design and porting KZS8081 to ubo ...

随机推荐

  1. 吴裕雄 25-MySQL 临时表

    MySQL 临时表MySQL 临时表在我们需要保存一些临时数据时是非常有用的.临时表只在当前连接可见,当关闭连接时,Mysql会自动删除表并释放所有空间.临时表在MySQL 3.23版本中添加,如果你 ...

  2. google image

    google图片抓取 google图片是base64加密的,而且base64后的信息放在script信息里面 import pymysql from lxml import etree import ...

  3. 微信小程序--页面传参

    场景: A页面字段---传递到-->B页面 A页面wxml: wx:for----习惯用<block> 设置所点击的值----data-xxx 获取所点击的值---e.current ...

  4. flume 使用手册

    以下jie皆来自官网: 1:首先版本是flume 1.8 查看版本:  bin/flume-ng version 2:配置与启动 https://flume.apache.org/FlumeUserG ...

  5. MySql数据库常用语句汇总

    第一天1.登陆数据库 mysql -uroot -proot; //-u用户名 -p密码2.启动数据库 net start mysql;3.创建表空间(数据库)create database qy97 ...

  6. 对象转化为json

    google开发的Gson转换利器,String json = new Gson ().toJson(object); 一行代搞定. 别忘了引入jar包 转自:https://zhidao.baidu ...

  7. eclipse启动tomcat后,无法通过路径访问项目

    eclipse已启动,访问localhost:8080也出现了tomcat页面,但是无法通过项目路径去访问项目,解决办法: 在控制台区域打开tomcat server,默认是第一项,且无法修改: 先把 ...

  8. HDFS之深入简出(一)

    分布式文件系统HDFS 一:概述 1.HDFS设计目标 2.HDFS核心组件 3.HDFS副本机制 4.HDFS环境搭建 5.HDFS shell命令  java api 6.HDFS读写流程 7.H ...

  9. phpStudy安装教程

    1.在phpStudy官网下载安装包(http://phpstudy.php.cn/)2.解压安装后,若提示没有“VC9.VC11.VC14运行库,注意是X86 32位”,则在phpStudy下载对应 ...

  10. ConcurrentMap与CopyOnWrite容器

    ConcurrentMap接口下有两个重要的实现: ConcurrentHashMap ConcurrentSkipListMap(支持并发排序功能,弥补ConcurrentHashMap) Conc ...