LAUNCH X431 Easydiag 2.0 is basically the same OBD-II Bluetooth device – but the software supplied with it is different – and the way it’s sold is different.

Easydiag 2.0 is without ANY vehicle/manufacturer specific diagnostics capability. As delivered it will do just OBD-II and some ABS diagnostics. Generic OBD-II. It won’t read the 30 or so modules in your Cayenne.

To get it to do that – you have to purchase the software for Porsche – which includes ALL Porsche cars. As someone mentioned – that’s about another $50, so you’re in at about $100 to JUST read Porsche codes. If you want additional vehicle manufacturers (all your cars aren’t Porsches) – each manufacturer will cost you another $50. So – the adaptor and 2 cars costs the same as the ICarScan one – which includes in the $158/price – the ability to choose 5 different car manufacturers and 3 special functions. ICARSCAN replacement LAUNCH X431 IDIAG , LAUNCH X431 Easydiag 2.0, LAUNCH M-DIAG Elite.

So that’s why not-really and no. But sorta.

https://www.autonumen.com/goods-5060-Launch+iCarScan+Bluetooth+Diagnostic+Scanner+for+Android+update+online.html

Which is best for you? Dunno. At the time I bought mine – the Launch tool (made by the company that writes the software running on the ICarScan ) wasn’t readily available.

I only know one person who bought the one from Launch – and he seems happy with it. If you notice – there are versions of it available for around $80 that include 2 vehicle manufacturer’s diagnostics. That’s not a bad deal either.

I haven’t worked with that tool, and haven’t tried the software. I know from seeing it – the software has some differences from the ICarScan software. Dunno if the differences are simply cosmetic or significant. If someone wants to buy one and send it to me I could do a side by side comparison. That might be interesting.

Is ICARSCAN same or old version of LAUNCH X431 Easydiag ?的更多相关文章

  1. Why do you need a new Launch X431 scan tool?

    1- 2017 Launch x431 v supports “Special Functions” The 2017 version of Launch x431 v diagnostic tool ...

  2. Launch iCar Scan Android Scanner Support Bluetooth X431 iDiag Update Version

    Autonumen.com release new Launch iCar Scan for Android,Launch iCarScan Bluetooth Scanner is update v ...

  3. Deploying JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 (文档 ID 393931.1)

    In This Document Section 1: Overview Section 2: Pre-Upgrade Steps Section 3: Upgrade and Configurati ...

  4. Python - Python2与Python3合理共存Windows平台

    Install Python2 and Python3 Python 2.7.13 - Windows x86-64 MSI installer Python 3.6.0 - Windows x86- ...

  5. vs code配置c/c++调试环境+mingw+win10

    参考博客:https://blog.csdn.net/bat67/article/details/76095813 下载VScode和mingw和环境变量的配置 请参考上述的博客 附上我的task.j ...

  6. Docker网络解决方案 - Weave部署记录

    前面说到了Flannel的部署,今天这里说下Docker跨主机容器间网络通信的另一个工具Weave的使用.当容器分布在多个不同的主机上时,这些容器之间的相互通信变得复杂起来.容器在不同主机之间都使用的 ...

  7. VSCode 配置 C++

    每次换台电脑写c++,就要找配置,很是繁琐.这次自己写篇博客,记录下相关配置过程. 安装编译器 打开下面的网站 http://www.msys2.org ,下载 64 位的 MSYS2,按照主页上的步 ...

  8. appium入门基础知识

    1.概念区分: 1)IOS-UIAutomation:随着iOS4.0的发布,苹果公司同时发布了一个名为UIAutomation的测试框架,它可以用来在真实设备和iPhone模拟器上执行自动化测试 学 ...

  9. windows下用vscode写C++

    [本文参考:https://www.cnblogs.com/zhuzhenwei918/p/9057289.html  和 https://www.zhihu.com/question/3031589 ...

随机推荐

  1. django上传excel文件

    def uploadGrade(request): ''' 班级信息导入 :param request: :return: ''' if request.method == 'POST': f = r ...

  2. Gym 101606 - A/B/C/D/E/F/G/H/I/J/K/L - (Undone)

    链接:https://codeforces.com/gym/101606 A - Alien Sunset 暴力枚举小时即可. #include<bits/stdc++.h> using ...

  3. CentOS7 FTP安装与配置

    1.FTP的安装 #安装yum install -y vsftpd #设置开机启动systemctl enable vsftpd.service #启动systemctl start vsftpd.s ...

  4. C# Collection 排序

    Collection<int> aa = new Collection<int>(); aa.Add(1); aa.Add(2); aa.Add(3); aa.Add(1); ...

  5. FastJson:Json树的CRUD操作方法实现

    准备工作:json字符串 [{ "id": 1, "code": "FLOW_NODE_1", "name": &quo ...

  6. spring 相关注解详情(一)

    1.@controller 控制器(注入服务) 用于标注控制层,相当于struts中的action层2.@service 服务(注入dao) 用于标注服务层,主要用来进行业务的逻辑处理3.@repos ...

  7. python摸爬滚打之day29----socketserver实现服务端和多个客户端通信

    什么是socketserver? TCP协议下的socket实现了服务端一次只能和一个客户端进行通信, 而socketserver实现了服务端一次能和多个客户端进行通信, 底层调用的还是socket. ...

  8. gdb常用的指令

    推荐一篇详细的gdb文章:http://witmax.cn/gdb-usage.html 1. 常用的gdb 命令 编译程序时需要加上-g,之后才能用gdb进行调试:gcc -g main.c -o ...

  9. 游戏全区全服和分区分服 QQ斗地主的设计

    游戏全区全服和分区分服  QQ斗地主的设计 https://cloud.tencent.com/community/article/164816001481011910?fromSource=gwzc ...

  10. 数据库设计入门及ERMaster的安装和使用

    数据库的设计步骤 1.标识表  (根据需求创建表) 2.标识表的字段 3.标识表与表之间的关系 注意事项: 三大范式: 1.确保标识的字段的原子性,字段的概念分的不能再分 2.确保字段与表有依赖的关系 ...