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. IPV6配置

    云友“学渣王 ”在帖子里提到需要为阿里云ECS配置IP6地址,根据网上的一些信息,写此例.  如果要求是FQDN地址,请登录到您的域名控制面板,设置一条AAAA记录到新设置的IPv6隧道地址.  在阿 ...

  2. 我了解到的新知识之----如何使用Python获取最新外汇汇率信息

    这个需求本来是来源于公司同事工作中需求,用户需要使用数据分析工具Power BI抓取多页的中国银行官网上当天的外汇数据.但是没能研究出来. 我就开始在网络上找关于使用python来抓取当天汇率的案例分 ...

  3. day01 python入门之路

    Python之路,Day1 - Python基础1   本节内容 Python介绍 发展史 Python 2 or 3? 安装 Hello World程序 变量 用户输入 模块初识 .pyc是个什么鬼 ...

  4. iOS 如何查看APP的jetsamEvent日志

    1.如何在iPhone上查看 设置-通用-分析-分析数据- JetsamEvent+日志 打头的系统日志. 2.如何在Mac 上查看此类分析日志 1.手机链接MAC 2.打开iTunes,点开手机图标 ...

  5. Autofac之类型关联

    前面的学习一直使用的是直接注册类型并不是Autofac已经依赖注入的主要使用方式,最佳的依赖注入与Autofac的使用方式,都是要结合面向接口(抽象)编程的概念的.推崇的是依赖于抽象而不是具体 pub ...

  6. NoSQL入门

    NoSQL(Not Only SQL)入门: *没有Fixed Schema *没有关系型数据储存在系统中 * 在大数据方面NoSQL有更好的表现 * 支持unstructured data - 不同 ...

  7. KMP初步

    KMP算法专门用于处理字符串匹配问题. 开始学习的时候觉得很有道理,但是一些细节总觉得有些模糊,所以一直觉得懵懵懂懂.今天思考了一下,总结一下,希望对大家也有帮助. 朴素的字符串匹配算法就是一个一个字 ...

  8. check failed status == cudnn_status_success (4 vs. 0) cudnn_status_internal_error

    Check failed: error == cudaSuccess (30 vs. 0) unknown error  这个有可能是显存不足造成的,或者网络参数不对造成的 check failed ...

  9. 【托业】【跨栏】TEST05

    22 23 21. 22 23 24 25 REVIEW TEST05

  10. SQLServer 大小写敏感配置

    设置表内大小写敏感 ALTER TABLE 表名 ) COLLATE Chinese_PRC_CI_AS --不区分大小写 ALTER TABLE tb ) COLLATE Chinese_PRC_C ...