简体   繁体   中英

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 detect it. I have also founded a demo developed for the device that contains all the functionality but still not detecting the card when open the contactless. The device doesn't support NFC. Has anyone worked with this device?

Thanks

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM