chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
706 stars 559 forks source link

Update phonegap-nfc.js #155

Open valemunoz opened 9 years ago

valemunoz commented 9 years ago

add 2 funtion for read mifare classic card

readMifare: return all data separating sector by | and block by ;

readMifareSecBloc: return the data from an especific sector and block

example call

nfc.readMifare(leeMF,noleeMF); nfc.readMifareSecBloc(1,2,leeMF,noleeMF);

JohnMcLear commented 9 years ago

Good start, so now extend the Android java source code to include your methods to accomplish what you want :)

MiguelGonzalezAravena commented 6 years ago

This works? I really need to read Mifare classic.