Skip to content Skip to sidebar Skip to footer

How To Read Mifare 4k Card Number On Pax A920

i'm developing an app that should run on PAX A920. I have imported the library to interface with the reader of the device but i can't read the MIFARE 4k card. The device dosen't de

Solution 1:

You should import pax device library. Than you will be able to read Mifare card with custom APDU commands like you have already did for public android mobile phone.

NFC is not provided out of the box in PAX devices unlike mobile android phones.

As you already know, PAX A920 is a kind of Point of Sale device and it has customized Android OS developed by PAX Global. So if you don't have device specific libraries, you should contact PAX support in order to get platform specific libraries.

Then you can read Mifare card from Contactless Card Reader Interface of device with sending custom APDU commands over a method provided by pax device library.

Post a Comment for "How To Read Mifare 4k Card Number On Pax A920"