Forum Replies Created

  • Re: Reply To: Reading data from DESFire EV2 using ISOReadBinary

    21. November 2016 at 8:41
    in reply to: Reading data from DESFire EV2 using ISOReadBinary

    I have made the following change to the code:

     uint8_t Buffer1[11]={''};
    uint16_t Buffer2=0;
    status=phalMfdf_IsoReadBinary(&alMfdf,PH_EXCHANGE_DEFAULT,0x00,0x84,0x0B,&Buffer1,&Buffer2);
    CHECK_SUCCESS(status);


    So now I can read data from the tag without causing any debug error but the data is not the same data that I wrote to the card. It seems that I am reading from the wrong address. Can anyone help please?




    + 0  |  - 0
Viewing 1 post (of 1 total)