Steps to Import and Activate FSC Code with E-Sys

Where to get E-Sys?
I recommend E-Sys from wobd2.com, details:
http://www.wobd2.com/wholesale/bmw-enet-interface-cable-esys-icom-coding.html

Or any version of Rheingold ISTA-D ISTA-P which is built in E-Sys software

When you got your SAT Radio FSC Code, you should have received 3 files:

e.g. xxxxxxx_006F0001.xml
e.g. xxxxxxx_006F0001.der (FSC Code Certificate)
e.g. xxxxxxx_006F0001.fsc (FSC Code)

E-Sys => Options => Settings => FSC Tab => Certificate Field:

Load FSC Code Certificate (e.g. xxxxxxx_006F0001.der)

E-Sys => Comfort Mode => FSC => FSC Field:

Load
FSC Code (e.g. xxxxxxx_006F0001.fsc. The FSC Code file must first be
Base 64 Decoded or else E-Sys can not read it. (Use B64Dec for Decoding –
http://4mhz.de/b64dec.html).

FA Field: Select "Read FA" to use cars current VO.

Parameter Fields: (Example for Sat Radio FSC Code and CIC):

Diagnostic Address (hex) = 63 (99 in Decimal for HU_CIC; I think the same for HU_NBT)
Application Number (dec) = 111 (6F in Hexidecimal - In FSC File Name, e.g xxxxxxx_006F0001.fsc)
Base Variant = HU_CIC (CIC module name, e.g. HU_CIC, HU_NBT, etc.)
Upgrade Index = 1 (In FSC File Name, e.g xxxxxxx_006F0001.fsc))

Select "Upgrade FSC" to Import and Activate FSC Code.

Select "Check FSC Status", and you should see:

----------
AppID 111
UpgradeIndex 1
SWTType SWTclassic full
FSCStatus accepted
FSCCertStatus accepted

时间: 2024-10-09 13:49:01

Steps to Import and Activate FSC Code with E-Sys的相关文章

Demo on bar code printing using SAP Scripts/Smart forms

This document will explain the printing of bar code using SAP Scripts/Smart forms Target Readers: SAP-ABAP consultants with knowledge of layout designing. Definition:  Bar codes are often printed on labels to allow machine to read the data. SAP has p

Rewrite MSIL Code on the Fly with the .NET Framework Profiling API

.NET Internals Rewrite MSIL Code on the Fly with the .NET Framework Profiling API Aleksandr Mikunov This article assumes you're familiar with the CLR and C# Level of Difficulty 1 2 3 Code download available at: NETProfilingAPI.exe (2,901KB) SUMMARY I

(Code Review for iOS

iOS 代码审查 (Code Review for iOS) The iOS app development team is using Gerrit for code review. The following instructions assume you're using a recent version of Mac OS X. Contents [hide] 1 New to Git? 2 Activate your code review account 3 Get the code

Optimizing Item Import Performance in Oracle Product Hub/Inventory

APPLIES TO: Oracle Product Hub - Version 12.1.1 to 12.1.1 [Release 12.1] Oracle Inventory Management - Version 12.1.1 to 12.1.1 [Release 12.1] Oracle Item Master - Version 12.0.6 to 12.0.6 [Release 12] Information in this document applies to any plat

How to: Debug X++ Code Running in .NET Business Connector [AX 2012]

This topic has not yet been rated - Rate this topic http://msdn.microsoft.com/EN-US/library/bb190066.aspx Updated: December 16, 2011 Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Mi

python中import的机制与实现

原文出处: 刘畅(@你猜我猜不猜猜你是谁) 概述 Python 是一门优美简单.功能强大的动态语言.在刚刚接触这门语言时,我们会被其优美的格式.简洁的语法和无穷无尽的类库所震撼.在真正的将python应用到实际的项目中,你会遇到一些无法避免的问题.最让人困惑不解的问题有二类,一个 编码问题,另一个则是引用问题. 本文主要讨论关于Python中import的机制与实现.以及介绍一些有意思的Python Hooks. Python 类库引入机制 首先,看一个简单的例子: """

python之from 和import执行过程分析

原文链接:http://blog.csdn.net/lis_12/article/details/52883729 问题1 同一个目录下,有两个Python文件,A.py,B.py #A.py from B import D class C(object): pass #B.py from A import C class D(object): pass ''' 执行A.py 结果: Traceback (most recent call last): File "A.py", lin

JavaScript code modules

https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules Non-standardThis feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be la

import机制

import定义:Python code in one module gains access to the code in another module by the process of importing it. 一 模块module 文件,类型有".py".".pyo".".pyc".".pyd".".so".".dll". 二 包package 目录,目录里的文件即上述模块,可