Hi everyone.
I'm trying to test an upload I've done to a java card with the following specs:
- Java Card 2.2.2
- GlobalPlatform 2.1.1
- 3DES Visa Platform
I can do all the upload process to the card correctly, but when I try to send an APDU command to it, I handle the following error:
"6881: Function not supported - Logical channel not supported/open"
Also, I couldn't find any information about this error at JavaCard's websites and forums.
I've heard also that this is related to some information I have to pass through the CLA byte when sending the APDU command, that I'm sendind as 00 right now.
Does anyone know what it could be?