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 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的更多相关文章
- 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 ...
- solve the promble of VMware Workstation Ubuntu18.04 ethernet interface losting
$ ifconfig -aens33: flags=4098<BROADCAST,MULTICAST> mtu 1500 ether 00:**:**:**:**:** txqu ...
- 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 ...
- Configure PPPoE on CentOS7
Why? I prefer using ethernet to Wifi to access internet. But, I'm afraid, sometimes I have to use Wi ...
- PPP interface for lwIP
//原文 地址 :http://www.nongnu.org/lwip/2_0_x/group__ppp.html /* //协议说明,2017年6月29日14:19:18,suozhang PPP ...
- Tun/Tap interface tutorial
Foreword: please note that the code available here is only for demonstration purposes. If you want t ...
- 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 ...
- 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 ...
- am335x system upgrade kernel ethernet(四)
1 Scope of Document This document describes ethernet hardware design and porting KZS8081 to ubo ...
随机推荐
- 学习BOS物流项目第十天
1 教学计划 1.演示权限demo 2.权限概述 a. 认证 b. 授权 3.常见的权限控制方式 a. url拦截权限控制 b. 方法注解权限控制 4.创建权限数据模型 a. 权限表 b. 角 ...
- CentOS上开启MySQL远程访问权限
在CentOS上安装完MySQL后,默认不开始远程访问控制.可以进行如下设定开启. 登录MySQL: mysql -uroot -p 如需修改密码,第一次: mysqladmin -u root pa ...
- 径向模糊(Radial Blur)
[径向模糊(Radial Blur)] 径向模糊,是一种从中心向外呈幅射状的逐渐模糊的效果,在图形处理软件photoshop里面也有这个模糊滤镜.而在游戏中常常用来模拟一些动感的效果,如鬼泣4中的场景 ...
- 获取cookie
1.cookie是存储在用户本地终端的数据,实际上是一小段的文本信息 2.cookie的作用 帮助web站点保存有关的访问者的信息,方便用户的访问,如记住用户名和密码,实现自动登录功能案例:查看访问我 ...
- SSM的例子-参考
ssm的例子:http://blog.csdn.net/double030/article/details/63683613
- Forms.WebBrowser与Controls.WebBrowser区别
Forms.WebBrowser与Controls.WebBrowser区别 Forms.WebBrowser有ScrollBarsEnabled 属性,即窗口滚动条,可以设置为false即可: Co ...
- 第二章 向量(d1)有序向量:唯一化
- docker使用以及dockerfile编写
一 docker常用命令 1. service docker start 2. docker images 显示所有镜像 3. docker ps [-a] 显示正在运 ...
- python 读取文件第一列 空格隔开的数据
file=open('6230hand.log','r') result=list() for c in file.readlines(): c_array=c.split(" " ...
- mysql、oracle 中按照拼音首字母排序
mysql中按照拼音首字母排序 convert(name using gbk) ASC 注:name 为字段名称 oracle中按照拼音首字母排序 nlssort(enterprise_name,'N ...