command conquer-red a command conquer tiber command and conquer r command and staff man command apdu c-apdu command authorization command crawing command equipment eva command handler command line support command master japane command post vehicle command president command sb to do sth command c part...
The byte HH contains the major software version, which is 0x00 for DESFire and 0x01 for DESFire EV1. If you are using a PC/SC reader to communicate with the card, you would probably need to use the DESFire APDU-wrapped native command set instead: READER ---> CARD: 90 60 00 00...
And here is Utils class: public class Utils { public static byte[] wrapMessage (byte command, byte[] parameters) throws Exception { ByteArrayOutputStream stream = new ByteArrayOutputStream(); stream.write((byte) 0x90); stream.write(command); stream.write((byte) 0x00); ...
Twitter Google Share on Facebook Wikipedia AcronymDefinition CAPCOMCapsule Communicator CAPCOMCapture Compare(microcontroller, semiconductor) CAPCOMCapsule Computers(video game publisher) CAPCOMCapital Regional Command(Philippine military) CAPCOMCaptain Commmando(game) ...
yourREAD RECORDAPDU was modified to expect 256 bytes of response data --this is how this particular constructor works(your code would produce an ISO case 1 Command-APDU which is probably not what you want) One additional note: do not use theString.getBytes()method without parameters (even wh...