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).这个上下文是一段位于服务器端的内存:记录了本次连接的客户端机器.通过哪个应用程序.哪个用户 ...
随机推荐
- InvalidArgumentError (see above for traceback): Assign requires shapes of both tensors to match. lhs shape= [2048,38] rhs shape= [2048,2]
做tensorflow object detection 中,清空下checkpoint就可以啦
- mongodb从入门到精通
1.mongodb官网下载文件2.安装mongodb 3.配置安装成服务 4.记得连接的时候修改连接的ip地址 5.显示当前使用的数据库名——dbs 6.查找所有数据库——show dbs 7.查找所 ...
- laravel 命令行创建controller 创建数据库表迁移 创建module
1.php artisan 查看命令列表 2.php artisan make:controller ArticleController 命令 创建控制器 3.创建数据库迁移表 创建文章表 php a ...
- Java http请求工具类
该工具类可以调用POST请求或者Get请求,参数以Map的方式传入,支持获获取返回值,返回值接收类型为String HttpRequestUtil.java package com.util; imp ...
- python解释器配置和python常用快捷键
1.准备工作 安装好Pycharm2017版本 电脑上安装好Python解释器 2.本地解释器配置 配置本地解释器的步骤相对简洁直观: (1)单击工具栏中的设置按钮. (2)在Settings/Pre ...
- Zabbix3.2下Template App Zabbix Server+Template OS Linux Item
序号 Name Key 返回值 释义1 Agent ping agent.ping 1 就是ping一下2 Avaliable memory vm.memory.size[available] 563 ...
- cisco 3850 GBIC报错处理
今天有用户cisco 3850插入多模千兆光模块后报错日志如下: *Oct 18 13:48:54: %PLATFORM_PM-6-MODULE_ERRDISABLE:The inserted SFP ...
- 构造,析构 cpp
一 构造析构常识: 1,c++ 处理类,若没有声明,则编译器默认声明构造,拷贝赋值,拷贝构造,析构函数.所有这些函数都是public且inline的. 2,编译器产出的析构函数是非虚函数.(non-v ...
- 管道分隔符Split
string[] areaID = area1Id.Split(new char[] { ',' });
- swift - 根试图控制器的手势返回冲突 - push 新的tabbar控制器手势冲突
1. 禁用手势 和开启手势 extension JYRTSShopListController: UIGestureRecognizerDelegate { /// 禁止使用手势返回 func for ...