How to use bmw icom a2
Lan Connect Operation Details
1. Connect the LAN cable to ICOM A1/ICOM A2, another side to laptop LAN port
2. Connect OBDII cable to car OBDII Port; sometimes you might need the external OBDII cable.
3. Insert the USB KEY to laptop USB Port and power on the laptop
4. Input the password: BMW ICOM (all Capital letters) and press “Enter” to continue.
5. Wait the software well loaded (The red letters disappear and the offline day appears)

6. Choose ISTA/D or ISTA/P to enter the diagnostic or programming software.
7. For ISTA/D Choose [Vehicle identification] and choose read out vehicle data or start vehicle
test to diagnostic with cars.

8. For ISTA/P choose [Create new session], then choose the free icom, it will read out all the
vehicle’s information and modules one by one.
Wireless Connection Details
1. Power on the router firstly, till the green LED is flashing on the router. (Important)
2. Connect the ICOM A1/ A2 to car OBDII port via the OBDII cable and make the ignition on.
3. Wait till the ICOM A1/ A2 WLAN LED is light up and flashing (around 10 seconds or so)
4. Insert the USB KEY to laptop USB Port and power on the laptop
5. Input the password: BMW ICOM (all Capital letters) and press “Enter” to continue.
6. Wait the software well loaded (The red letters disappear and the offline day appears)
7. Choose ISTA/D or ISTA/P to enter the diagnostic or programming software.
8. For ISTA/D Choose firstly, then choose [VCI Config], check the IP address like this:
192.168.1.100 / 255.255.255.255
9. The interface type must choose [HO-ICOM/ENET direct connection], click save and close the
window.

10. Choose [Identification] then choose [Read Out Vehicle data], then choose [Start Vehicle
Test].

11. At the popup screen, please confirm the IP address is [192.168.1.100] and choose [ICOM],
and then system will read out all the car information and modules one by one.

NOTICE:
1. All the internal settings are well configured, please DO NOT change settings, this might lead
the software not working.
2. Switch between LAN and WLAN, you need plug off the OBDII cable from car and re-plug in
(Make the ICOM A1/A2 multiplexer restart)
3. Please keep your laptop/ Routers with stable power when using.
4. If you cannot diagnostic with cars by WLAN, please make sure the router is powered on and
restart the laptop to try.
5. All operations must base on the software well loaded! (red letter disappear and offline day
appear)
How to use bmw 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- //给定N个整数序列{A1,A2,A3...An},求函数f(i,j)=(k=i~j)Ak的求和
//给定N个整数序列{A1,A2,A3...An},求函数f(i,j)=(k=i~j)Ak的求和 # include<stdio.h> void main() { ,sum1; ]={,- ...
- a0=1、a1=1、a2=a1+a0、a3=a2+a1,以此类推,请写代码用递归算出a30?
public class Test { public static void main(String[] args) { System.out.println(recursive(30)); } pu ...
随机推荐
- soap 简单调用其他系统的函数
<?xml version ='1.0' encoding ='UTF-8' ?> <definitions name='自定义名称' targetNamespace='目标命名空间 ...
- MATLAB 提取头发(最大连通域)
I= imread('2.jpg'); figure(), imshow(I) R=I(:,:,); G=I(:,:,); B=I(:,:,); [m,n]=size(r); mask=zeros(m ...
- 【MongoDB】关于无法连接mongo的问题
今天使用MongoDB的时候发现直接输入mongo提示连接失败 首先想到的可能是服务还没启动 当我随便打开一个cmd输入net start MongoDB 提示:net start mongodb 发 ...
- dedecms 后台修改系统设置,但是config.cache.inc.php文件不能写入
fopen居然返回false,既不是目录或文件权限相关问题,也不是文件路径问题(相对路径.绝对路径)等,更不是打开文件的模式问题(r,w,a等).网上搜了一会,说到返回false的原因无非都是上面三种 ...
- Linux 向文件末尾追加命令
Linux 向文件末尾追加命令 //echo后边用单引号包围要添加的内容 echo 'add content'>>/home/data/test.sh 注意:>> 是追加 ec ...
- 今天清理C盘空间,发现Unity的一个问题
C:\Users\Acer\AppData\LocalLow\Unity\Caches\GiCache AppData目录下,Unity占用了大量C盘空间,大概有5,6个G
- unary
unary - 必应词典 adj.[数]单元的 网络一元:一元的:一元码 例句Returns a value generated by rolling up the values of the c ...
- Jmeter 录制脚本(二)
1)选择WorkBench,右键 Add -> Non-Test Elements -> HTTP(S) Test Script Recorder 2)在HTTP(S) Test Scri ...
- SDK和API
软件开发工具包(缩写:SDK.外语全称:Software Development Kit)一般都是一些软件工程师为特定的软件包.软件框架.硬件平台.操作系统等建立应用软件时的开发工具的集合. 笔记:开 ...
- PHP面向对象之类的自动加载
类的自动加载 含义: 当某行代码需要一个类的时候,php的内部机制可以做到“自动加载该类文件”,以满足该行需要一个类的这种需求. 什么时候需要一个类? 1,new一个对象的时候: 2,使用一个类的静态 ...