B4i Question NFC read the UID - davemorris (first post)    Aug 19, 2022 Hi Erel
Thanks for your response - I tried Googling with the question "apple nfc tag UID... the post.
Its a big shame as I use the UID to prevent the Tag being duplicated - i.e. it writes a encrypted UID into the data on the chip which is checked by the reader software - I need to look... B4A Question NFC UID Read error - Duncan H Williamson (first post)    Mar 12, 2017   (2 reactions) I posted
If techs.IndexOf("android.nfc.tech.NfcA") > -1 Then
TagTech.Initialize("TagTech", "android.nfc.tech.NfcA" , si)
TagTech.Connect... B4i Question Reading UID from NFC Card - Nicolás Cieri (first post)    Jan 17, 2023 Apparently you need to implement a protocol or interface for the type of tag. NFCISO15693Tag
https... B4A Question Getting UID from an nfc-v tag (NFC2 lib) - pixsys    Oct 24, 2017 Hello,
I'm using the nfc2 library to handle nfc-v tags, calling runasync with transceive (and... using b4a v7.00 beta and NFC2 v2.00
Thanks... B4A Question NFC TAD UID - Fabio Cernuschi (first post)    Feb 20, 2017 Hi Erel,
thanks for your time. I prefer to try to find someone who can help us.
Anyway, you posted t... B4A Question NFC tag how to read the UID - davemorris (first post)    Jul 11, 2022 Hi drgottjr
Thanks for the input, to be honest I only got as far with this post when the example worked. I do feel a bit of a idiot ... B4A Question How can NFC 2.0 be used to read the UID of a Mifare card - Helmut S (first post)    Jul 10, 2016   (1 reaction) Thanks Erel, the example in "NFC reading and writing" helped me a lot. Now I'm able to read the UIDs of Mifare 1k, Ultralight and DesFire cards.
Again, thank you very much for your help. :)... B4A Question read tag UID of a classic mifare 1k or NFC - chfajardo (first post)    Dec 9, 2015 I am glad it is working for you!
I use NFC foreground to do all NFC the operations in the foreground, and not in the background. This way, your screen will not turn black during the NFC read, for... Spanish NFC Comandos. - josejad (first post)    May 13, 2019   (1 reaction) /forum/threads/getting-uid-from-an-nfc-v-tag-nfc2-lib.85361/#post-540978
Supongo que has probado ya la búsqueda "NFC UID" en el foro
https://www.b4x.com/android/forum/pages/results/?query=nfc+uid
Si ninguno de los ejemplos te sirve y no te contesta nadie por aquí, como veo que pones en tu... B4A Tutorial NFC - Reading and Writing - Erel    Aug 16, 2022   (24 reactions)   tags: NFC NFC v2.00 adds support for low level access to the NFC features. This allows reading and writing from NFC tags. The NFC library provides three features: - Reading Ndef tags based intent filters: Reading NDEF data from NFC tags - Sending data between two devices (Android Beam): https://www.b4x.com... is scanned, the system sends an intent. The first step is to call NFC.EnableForegroundDispatch in... it to a different app. You should call NFC.DisableForegroundDispatch in Activity_Pause... Page: 1   2   3   4   5   6   |