Page 1 of 1

How to reset card during APDUs execution

Posted: Tue May 16, 2017 11:17 pm
by mukundis
Hello,

I am stuck in a problem. I need to send a smart of APDU commands (about 700) and during this process, I also need to reset the card five times. My problem is how to reset the card during the execution of these commands ?

I am greatly appreciated for any help.

Muk

Re: How to reset card during APDUs execution

Posted: Wed May 17, 2017 4:36 am
by corleoner
I think, there is no way for an applet to reset the card. You can try to do something from the reader side.

Re: How to reset card during APDUs execution

Posted: Wed May 17, 2017 4:46 am
by popmun09
If you are using javax.smartcardio, you can try to pass the appropriate boolean value to disconnect and reset the card.

Re: How to reset card during APDUs execution

Posted: Wed May 17, 2017 11:16 pm
by mukundis
corleoner wrote:I think, there is no way for an applet to reset the card. You can try to do something from the reader side.


Thanks for your answer. But what can I do from the reader side? Can you figure me out ?