MIFare PLUS SE Card personalisation using APDU commands

Forum / MIFARE SDK / MIFare PLUS SE Card personalisation using APDU commands

  • 12. February 2020 at 12:23
    Hi ,

    I want to personalize PLUS SE 1k cards using APDU commands (switching from SL0 to SL3). I have access to NDA DocStore. Any help would be appreciated.
    + 0  |  - 0

    Re: MIFare PLUS SE Card personalisation using APDU commands

    12. February 2020 at 16:58
    This is what I come up with so far:

    String APDU_COMMAND =
    "90" // CLA 90h
    + " 01" // INS (command for writePerso (01h sample data for privacy))
    + " 00" // P1: 00h
    + " 00" // P2: 00h
    + " 10" // Lc: Length of data field (10h = 16 bytes = 1 block)
    + " 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08" // String of data units to be written
    + " 00"; // Le: 00h




    but receiving 62531 response code.
    + 0  |  - 0

    Re: MIFare PLUS SE Card personalisation using APDU commands

    13. February 2020 at 12:26
    Hi Fajar,

    If you have access to DocStore, you should have the following AN:

    AN2028 - MIFARE Plus Personalization

    The TapLinx team

    + 0  |  - 0

    Re: MIFare PLUS SE Card personalisation using APDU commands

    14. February 2020 at 14:00
    Hi,

    Thanks for the response. yes, I have access to the mentioned doc and I have the basic idea. my question is regarding card personalization using APDU commands. I have tried to made a sample APDU but I'm receiving an error.
    + 0  |  - 0

    Re: MIFare PLUS SE Card personalisation using APDU commands

    17. February 2020 at 9:26
    Hi Fajar,

    For implementing it on a Smartphone you might run into issues. It has to do with the middleware. The middleware in a phone tries to detect which card type is in the field. This decision cannot be overruled by user software.

    Usually the switch goes into two steps. There is a post which explain it:

    https://www.mifare.net/support/forum/reply/16832/

    This post explains the issues you can face on a Smartphone:

    https://www.mifare.net/support/forum/topic/help-to-switch-mifare-plus-s-from-sl1-to-sl3-taplinx/#post-36585

    The Taplinx team
    + 0  |  - 0
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.