简体   繁体   中英

How can I read (and write) Mifare DesFire Cards with Android

I'm trying to read and write with an android app an mifare desfire card (classic works already) but don't know how it works :). I know it has something to do with transceive(byte[]) which is responsible for communicating through raw bytes but how does it work in detail? Can you give me some Code-snippets?

Thanks a lot and best regards.

恩智浦推出了一个SDK,以处理与Mifare DESFire EV1卡的通信: https : //www.mifare.net/en/products/tools/taplinx/

It is rather complicated than that, because all communication is ciphered and could also be with CMAC. I've found a high level SDK than does all the job so you don't have to deal with transceive and all that, private message me if you are interested..

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