I want connect with card on T=CL protocol with ISO14443A layer. And, for example, send to it APDU-command { 0xFF, 0xCA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } - it must return card ID.
I try to access a SmartCard via C++. I got already the Connection and the CardHandle. But when I send an APDU Command via SCardTransmit, i\'ll get 6E 00 as开发者_StackOverflow the answer from the car
Can anyone help me with the layout of the data field in an Odd INS UPDATE BINARY command? Specification tells \"\'54\' \'02\' {Offset data object in file} || \'5开发者_运维百科3\' L53 {Discretionary d
I am trying to write a simple javacard app that allows you to read the cards GUID/UUID using a simple APDU command.
I\'m using Eclipse with EclipseJCDE. I made a simple java card applet as a .cap file to install on the simulator. I don\'t know if the installation failed because the download script is a bunch of AD
I have tried for the last 2 months without success and I think it\'s time I ask here. I have a smart card and got a CSP from my client.
I am working toan application to read EMV card using C#. I use Winscard.dll . and i established the conncetion - Selected the reader - connect to card and get ATR .
Some smart cards offer the option to reference a file by an SFI (short file identifier), which is a 5-bit n开发者_运维百科umber. In contrast, a typical file identifier is 2 bytes long.
i am new to java card platform and presently i am using java card classic edition v 3.0.1 and when i am using Apache ANT command - ant all to build the build.xml file, i am getting the following error
I need a \'开发者_如何学Pythonjava\' source code on how to extract a cap file from the computer and divide it into blocks in order to send it using APDUs to the smart card to install or load or delete