I'm using javax.smartcardio
to communicate with a smart card reader.
I have also got a micro SD card with a Java Card applet running on it. However javax.smartcardio
does not recognize the micro SD card as a Terminal
or Card
.
TerminalFactory.getDefault().terminals().list();
only returns the smart card reader. How can I connect with the Applet on the SD card?