Communicate with two applets on the same java card
Posted: Tue Sep 22, 2015 3:18 am
I have two applets separately in two different packages on the same java card. And I want to communicate with each applet.
I also know that i can not communicate with the two applets simultaneously .
So I should select the first applet and send APDU to it,
deselect the first applet and select the second one, send APDU to it...
I really wonder to know how to do it properly with logical channels. Is there a method to save my operation flow ? I mean I don't need to select and deselect every time i send APDU.
I also know that i can not communicate with the two applets simultaneously .
So I should select the first applet and send APDU to it,
deselect the first applet and select the second one, send APDU to it...
I really wonder to know how to do it properly with logical channels. Is there a method to save my operation flow ? I mean I don't need to select and deselect every time i send APDU.