APDU stands for "Application Protocol Data Unit". An APDU is used to communicate with smart cards and Subscriber Identity Modules (SIMs) conforming to standard ISO/IEC 7816-4.
I want to read a RFID card through NFC, the card is from the local transportation system in Bogotá, Colombia. …
android nfc rfid apdu contactless-smartcardI am struggle to understand what protocol I have to use to communicate with the card T0 or T1? So, …
smartcard apdu smartcard-readerbyte[] APDUCommand = { (byte) 0x00, // CLA Class (byte) 0xA4, // INS Instruction (byte) 0x04, // P1 Parameter 1 (byte) 0x00, // P2 Parameter 2 (byte) 0x0…
android nfc apdu contactless-smartcard emvI am trying to communicate between PN532 and HCE on Android with ISO 7816-4 command, I am successfully select the …
android nfc apdu hce contactless-smartcardPreface: I have a dual interface smart card reader that has some extended capabilities (other than sending APDU commands to …
javacard apdu smartcard-reader pyscardUsing a Nexus 4 and the latest Android API level 18 to communicate with a Mifare DESFire EV1 AES tag is giving …
android nfc mifare apdu contactless-smartcardI'm using the SMARTCARD API from CardWerk. How can I change the default key ((byte)0xFF, (byte)0xFF, (byte)0xFF, (…
rfid mifare apdu smartcard-reader contactless-smartcard