chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
706 stars 556 forks source link

how to Id converted to characters or numbers? #313

Closed lvqibin123 closed 6 years ago

lvqibin123 commented 6 years ago

I have already obtained techTypes:{"android.nfc.tech.NfcV","android.nfc.tech.NdefFormatable"} and "id": [4, 96, 117, 74, -17, 34, -128],but I don't know how to convert id.

don commented 6 years ago

You could use nfc.bytesToHexString(id) or nfc.bytesToString(id)