B4X FEED Reading NfcV tag ISO15693

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Reading NfcV tag ISO15693 است. این موضوع تا کنون 41 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Reading NfcV tag ISO15693
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
41
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Hello, i try to read memory of tag using
TagTech.RunAsync("TT", "transceive", Array(Array As Byte(0x20, 0x20, 0x01)), 0)
Wait For TT_RunAsync (Flag As Int, Success As Boolean, Result As Object)
but the result is different each time the same tag is read!

TagTech.Initialize("TagTech", "android.nfc.tech.NfcV" , si)
'Get the UID
Dim jo As JavaObject = TagTech
Dim tag As JavaObject = jo.RunMethod("getTag", Null)
Dim rawId() As Byte = tag.RunMethod("getId", Null)
Dim bc As ByteConverter
Log($"ID: ${bc.HexFromBytes(rawId)}"$)
and the rawid is different each time!

Please help me, and sorry for my poor english!

 

عقب
بالا