pazzokli Active Member Licensed User Longtime User Jul 15, 2021 #1 Hi all, I'm using EREL tutorial here https://www.b4x.com/android/forum/threads/nfc-reading-and-writing.64451/ with NT3H2111W0FHK I can correctly read and write How set a password? How can I access to register? Thanks
Hi all, I'm using EREL tutorial here https://www.b4x.com/android/forum/threads/nfc-reading-and-writing.64451/ with NT3H2111W0FHK I can correctly read and write How set a password? How can I access to register? Thanks
pazzokli Active Member Licensed User Longtime User Jul 16, 2021 #2 Update.... on NXP web I found THIS source code Somebody can help me to find how set password? I've always used B4A to program Android because it's my hobby, never used C Thanks Upvote 0
Update.... on NXP web I found THIS source code Somebody can help me to find how set password? I've always used B4A to program Android because it's my hobby, never used C Thanks
pazzokli Active Member Licensed User Longtime User Jul 19, 2021 #3 If I use for example B4X: TagTech.RunAsync("TT", "transceive", Array(Array As Byte(0x1B, 0xF, 0xF, 0xF, 0xF, 0xF, 0xF, 0xF, 0xF)), 0) how to intercept TAG response? TAG should answer 0123 in PSW is correct Upvote 0
If I use for example B4X: TagTech.RunAsync("TT", "transceive", Array(Array As Byte(0x1B, 0xF, 0xF, 0xF, 0xF, 0xF, 0xF, 0xF, 0xF)), 0) how to intercept TAG response? TAG should answer 0123 in PSW is correct
Erel B4X founder Staff member Licensed User Longtime User Jul 20, 2021 #4 B4X: TagTech.RunAsync("TT", ... Wait For TT_RunAsync (Flag As Int, Success As Boolean, Result As Object) Log(GetType(Result)) [/cod]e Upvote 0
B4X: TagTech.RunAsync("TT", ... Wait For TT_RunAsync (Flag As Int, Success As Boolean, Result As Object) Log(GetType(Result)) [/cod]e