How do I read an ndef message T4T using the st25r3911b_disco.dll file?
Hello All,
I have been getting familiar with the tools that ST has for their st25 Reader modules and found that the st25r3911b-DISCO board in conjunction with the discovery gui is a great tool for me, as I want to develop custom ndef messages for a type 4 nfc tag. The GUI does a lot of what I need it to but I want to be able to load in my own custom binary ndef messages and send the to the reader to then write to the tag. I found the "DLL_Demo.cpp" files buried in the st program files and it seems promising but the function calls to communicate with the reader have no context or function briefs. And unfortunately there is not a pre-coded case for reading an ndef message, only reading the UID of a an iso14443 type a tag (which a type 4 tag is). I can read the UID of the tag just fine but getting any more information out of it has eluded me. I have tried to use the "nfc" functions that the DLL links but when I try to "nfcRXNBytes()" i get an error back saying " No message". I know this is incorrect as I can read the tag in the standard gui and see the ndef records I have preloaded on the tag. What order should I be making these function calls in?
Thanks Very much! (I included the header files that contains the declarations for the DLL functions for some context)
