Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一些关于我的问题的建议和建议:
目前我有运行 JCOP OS 的 java 卡。然后,我需要开发java卡小程序并加载到卡内。
但是,当我需要设置我的 CLA 以支持 CC/C8 命令时,我被卡住了。例如 CC50000000 ..我得到了返回 SW 0x6881。当我搜索这个错误时,我发现问题是由于逻辑通道造成的。
那么,我的问题是有什么方法可以让 JCOP 支持 CLA CC/C8 命令?
非常感谢您在这件事上的帮助。
谢谢
CC/C8表示基本逻辑信道,command表示初始化更新命令。您在哪个应用程序上发送此命令?该应用程序中可能存在错误的实现。