read/write fom/to NFC Tag using iso15693 command
hello ,
i'm new with NFC i'm using Android st25sdk i need to read/write fom/to NFC Tag using iso15693 command.my example is read battery voltage (commande= 0x35)
i write this code:public
Type5TagmType5Tag
;mType5Tag
= (Type5Tag)this
.getTag();byte
[] payload=mType5Tag
.readSingleBlock(0x35
);is it true what i'm doing?thanx in advance.
#iso-15693 #nfc-tag-type-5