Page 1 of 1

pyResMan: add APDU commands in script

Posted: Mon Aug 22, 2016 1:36 am
by choimillen
Could pyResMan add APDU commands in script? Such as, reset, establish_secure_channel and so on. Thanks

Re: pyResMan: add APDU commands in script

Posted: Mon Aug 22, 2016 5:52 am
by JavaCardOS
Hi,

Now pyResMan's script function only supports basic APDU batch sending.

If you want to implement complicated APDU command sending function, we suggest you to compile python script.
You can refer to this article in JavaCardOS wiki.

BTW, python is easy to use and combined with pyGlobalPlatform, you can write complicated commands to send script.