How to program BMW KOMBI and NBTwith ENET E sys cable ICOM A2
This is how to set up Router or DHCP server for BMW KOMBI and NBT programming with Enet e sys cable or ICOM A2 Ista-p.
Why LAN cable connection better than WLAN from rounter to PC:
Because ista P does not support wlan connections. Probably due to stability liability.
Ista p does not support wifi (wlan) and will not start ista p server
if the wifi is enabled on the laptop, only ista p client will open and
you cannot select istap server to program. Imagine if the wifi
connection drops during programming then the car is screwed up. There
are good reasons why bmw doesn’t allow programming via wifi
How to use the Router programming:
ICOM and computer must be connected through a router with DHCP server enabled. no direct connection laptop -> icom.
But you don’t have to use a router. But you do need a DHCP server running on the laptop on the ethernet interface.
It’s pretty easy,
1) Set a static IP on the Ethernet (not wireless) interface – I use 192.168.254.1
2) Install DHCP server (http://www.dhcpserver.de)
3) Configure DHCP server to listen on the Ethernet interface
4) Click on the buttons to set firewall ports and run as service
5) Connect up your ICOM Scanner and it’ll get a DHCP address from the DHCP server
Then you can program everything without faults.
I use this on multiple ISPI laptops and never had an issue and never needed a router to connect the computer and ICOM to.
This is a customer share of configuration that worked flawless:
Router DHCP, Icom DHCP and Windows Ethernet: automatic dhcp
First of all the ICOM A2 should be configured this way:
ICOM Config
ConnectionMode = STATIC_IP
Ip = 192.168.68.85
Netmask = 255.255.255.0
Gateway = 192.168.68.99
DHCPSRV.INI
[SETTINGS]
IPPOOL_1=192.168.68.1-254
IPBIND_1=192.168.68.99
AssociateBindsToPools=1
Trace=1
DeleteOnRelease=0
ExpiredLeaseTimeout=3600
[GENERAL]
LEASETIME=86400
NODETYPE=8
SUBNETMASK=255.255.255.0
NEXTSERVER=192.168.68.99
ROUTER_0=192.168.68.1
[DNS-SETTINGS]
EnableDNS=0
[TFTP-SETTINGS]
EnableTFTP=0
ROOT=C:\Users\Osx\Desktop\DHCP\wwwroot
WritePermission=0
[HTTP-SETTINGS]
EnableHTTP=0
ROOT=C:\Users\Osx\Desktop\DHCP\wwwroot
[00-01-A9-00-EE-E9]
IPADDR=192.168.68.1
AutoConfig=06/26/2016 12:41:32
Hostname=ICOM1120134
LeaseEnd=1467070189
Windows Ethernet config:
“Use the following IP Address”
IP 192.168.68.99
Subnet mask 255.255.255.0
BMW ICOM or ENET cable: which better for flash
There are problems with both ICOM and ENET. ENET can’t flash all ZGW
modules and ICOM can’t flash any NBT units (including all other control
units in MOST bus like KOMBI, AMP and so on). Fix is the same for both,
use DHCP server to assign IP adresses. With ENET you can flash NBT even
without DHCP server and with ICOM you can flash ZGW without DHCP server.
You can even flash whole car without DHCP server by first flashing the
ZGW with ICOM and then flashing the rest with ENET.
I meant that ENET is no worse than ICOM, and very very likely
original ICOM is no worse than ENET. Anyway the difference is academic.
Chinese cloned ICOM’s can be worse than ENET. New original ICOM Next
costs around 510 euros, I think that there is no different between it
and ENET in reliability. I don’t even remember when I last time used
ICOM for F-series flashing, it was over a year ago anyway.
KOMBI and NBT programming review:
I flashed several F10,F20 with 3.56.4 and ICOM A2 through dhcp and its working well.
MOST connection will be used in Exx series, i flashed also some R56 and many E91 with most connection.
Just add a router and connect the icom to it and offcourse your laptop to the router.
Open a browser and type: ip address of your icom:60080 (User name: root
Password: NZY11502) and change lan setting to dhcp. Reboot icom and
check with iToolRader the new ip address of your icom. It should be
192.168.x.x
Fire up ista-p and do your coding.
http://emilyzhang.over-blog.com/2018/07/how-to-program-bmw-kombi-and-nbtwith-enet-e-sys-cable-icom-a2.html
How to program BMW KOMBI and NBTwith ENET E sys cable ICOM A2的更多相关文章
- Top 5 Reasons to Get BMW ICOM A2 with Latest Software
Top 5 Reasons to Get BMW ICOM A2 with Latest Software 1.BMW ICOM A2 Hardware Version: V2018.03 2.Sup ...
- How to use bmw icom a2
Lan Connect Operation Details 1. Connect the LAN cable to ICOM A1/ICOM A2, another side to laptop LA ...
- 2013 New available ICOM A2 Diagnostic & Programming For BMW ICOM A2+B+C
AUTONUMEN.COM offer best price New ICOM A2 Diagnostic & Programming For BMW ICOM A2+B+C. bmw ico ...
- How to solve the problem that BMW Icom A2 A3 host can’t be connected?
Aftre the BMW ICOM host is connected to the car via a 16PIN connector, and the other side is connect ...
- Remap BMW F11 2010 all ECUs with E-Sys and ENET cable
Just wanted to share some experiences remaping all the ECUs in my F11 2010 BMW, hopefully other BMW ...
- 018.07 New BMW ICOM A3+B+C+D Plus EVG7 Controller Tablet PC with WIFI Function
2018.07 New BMW ICOM A3+B+C+D Plus EVG7 Controller Tablet PC with WIFI Function Software Version : ...
- How to diagnose vehicle fault code by BMW ICOM and ISTA-D software
Today illustrate how to diagnose vehicle fault code by BMW diagnostic tool BMW ICOM and ISTA-D softw ...
- Autel MaxiSys Elite Diagnostic Tool Common problem solving methods
1. updating MaxiFlash Elite to firmware 3.21? My maxisys communicate with the MaxiFlash J2534 but Ma ...
- ORACLE会话连接进程三者总结
概念介绍 通俗来讲,会话(Session) 是通信双方从开始通信到通信结束期间的一个上下文(Context).这个上下文是一段位于服务器端的内存:记录了本次连接的客户端机器.通过哪个应用程序.哪个用户 ...
随机推荐
- Pandas分类
Pandas分类 categorical data是指分类数据:数据类型为:男女.班级(一班.二班).省份(河北.江苏等),若使用赋值法给变量赋值,例如(男=1,女=0),数字1,0之间没有大小之分, ...
- 判断素数(翁凯男神MOOC)
从2到x-1测试是否可以整除 int isPrime(int x); int main(int argc, char **argv) { int x; scanf("%d",&am ...
- akka共享内存
Akka共享内存 Akka中的共享内存是基于Actor模型的,Actor模型提倡的是:通过通讯来实现共享内存,而不是用共享内存来实现通讯,这点是跟Java解决共享内存最大的区别,举个例子: 在Java ...
- mui-当使用addeleventlisener()方法绑定事件时选择器无法绑定事件
在mui中绑定事件不能用jQuery或mui(“#XX”)的形式选取某个元素,而是document.getelementbyid()的形式 mui(“#XX”)可以使用on方法绑定事件
- Python 第一个程序_1
第一个Python程序(P108) 目标 第一个HelloPython 程序 Python2.x与3.x版本简介 执行Python程序的三种方式 解释器--python/python3 (终端中.使 ...
- CGLIB代理基础
本文意在讲解CGLIB的基础使用及基本原理. 一.CGLIB的基本原理: 依赖ASM字节码工具,通过动态生成实现接口或继承类的类字节码,实现动态代理. 针对接口,生成实现接口的类,即implement ...
- 针对SO交期回写的工厂日历功能调整
针对所有SO回写的交期,在最终写入SAP系统时,如果交期落在周日的,则自动往后延迟一天到周一,前期已经开发的长节假日UI维护的功能不变(按照UI的开始和结束时间跳过此段时间不规划). 当加1天时落在国 ...
- 使用 Actuator 监控
参考文章:https://www.jianshu.com/p/ba85f56a2013 Actuator 提供对自身应用的监控.配置查看等. 步骤一:导入actuator 依赖 <depende ...
- Leetcode:LRU Cache,LFU Cache
在Leetcode上遇到了两个有趣的题目,分别是利用LRU和LFU算法实现两个缓存.缓存支持和字典一样的get和put操作,且要求两个操作的时间复杂度均为O(1). 首先说一下如何在O(1)时间复杂度 ...
- openstack(Pike 版)集群部署(三)--- Glance 部署
一.介绍 参照官网部署:https://docs.openstack.org/glance/queens/install/ 继续上一博客进行部署:http://www.cnblogs.com/weij ...