Search code examples
performancesmartcardapduread-data

Smart card Access Speed


Today here many Smart card available but some smart card take 4-5 second for Access data use command APDUs like i am use SLE 4442 its take 5 second to access. I need those Smart card which is access in 1 second no more time take and one thing more card work with java and i am use ACR-38 Smart Card Reader and Writer

         byte[] cmdApduPutCardUid = new byte[]{(byte)0xFF, (byte)0xD0,  (byte)0x40,(byte)0x00,  (byte)4,(byte)6,(byte)2,(byte)6,(byte)2};

and also suggest the cmdApduPutCardUid command of these cards

Thanks


Solution

  • The SLE4442 is a memory card, no smart card. It does not understand any APDU, the translation to the communication protocol is done by the reader, see (among many similar ones) this question. Trying some different readers to find a faster one is surely an option. But I would definitely recommend to use a real smart card, where 115 kBit/s are easily reached.