Reply To: New to mifare and the samples aren't working for me

Forum MIFARE SDK New to mifare and the samples aren't working for me Reply To: New to mifare and the samples aren't working for me

Re: New to mifare and the samples aren't working for me

10. February 2017 at 17:41
Hello Paul,

No sorry, C# is not supported by NXP libraries. There is a Java SDK available which can be used on a PC. This SDK also supports the PC/SC interface, because it is widely used on desktop systems.

As I said, for a MIFARE Classic you deal only with the three main commands authenticate(), read() and write(). For value blocks you can use increment(), decrement() restore() and transfer(). You have to implement this function calls to APDU byte sequences which are sent to the PC/SC interface. How the APDU byte sequence is defined, you have to check the public datasheet of the MIFARE Classic and the user manual of the PC/SC reader.

Regards,
The TapLinx team
+ 0  |  - 0