简体   繁体   English

如何从我的SAM卡中选择Hello World Applet,然后如何发送APDU以接收“48 65 6C 6C 6F”,它等同于“Hello”字符串

[英]How can i select Hello World Applet from my SAM card and then how send APDU for receive “48 65 6C 6C 6F” that it is equivalent with “Hello” String

I am very newbie in javacard and applets. 我是javacard和applets的新人。

I now have a Hello World project according this link and i made its .cap 我现在根据这个链接有一个Hello World项目,我制作了它的.cap

file, .exp file and .jca file. 文件,.exp文件和.jca文件。 I have "DE-ABCM_TB" reader and a SAM card also. 我有“DE-ABCM_TB”阅读器和SAM卡。

i already loaded my Hello World project to the SAM card . 我已经将我的Hello World项目加载到SAM卡。

Now How can i select Hello World Applet from my SAM card and then how send APDU 现在如何从我的SAM卡中选择Hello World Applet,然后如何发送APDU

for receive "48 65 6C 6C 6F" that it is equivalent with "Hello" String. 接收“48 65 6C 6C 6F”,它等同于“Hello”字符串。 (with (与

which commands? 哪个命令? and with which platform that is free and exists on the net?) 以及哪个平台是免费的并且存在于网络上?)

Actually you need to download the JCOP plugin for eclipse , then you need to activate JCOP tools to start writing in the card. 实际上你需要为eclipse下载JCOP插件,然后你需要激活JCOP工具才能开始在卡中写入。 To activate JCOP tools , just start a new javacard project in eclipse ; 要激活JCOP工具,只需在eclipse中启动一个新的javacard项目; and it will ask you if you have an activation code from NXP , or do you have a JCOP card : Put your card in the reader and select the choice of using an already activated card. 它会询问您是否有恩智浦的激活码,或者您是否有JCOP卡:将您的卡放入阅读器并选择使用已激活的卡。 And you should have all the tools then (Eclipse/Javacard Plugin / JCOP tools installed /JCOP tools activated using your card) 然后您应该拥有所有工具(使用您的卡激活Eclipse / Javacard插件/ JCOP工具/ JCOP工具)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM