I am required to transfer a simple string via NFC
to the PC through an android phone. To enable NFC capabilities in the PC I have plugged in an ACR122U
to read the transmitted data from the android phone through my C#
program in the PC.
I have tried many android implementations online such as
and for C#,
But non of these worked properly. As in the simple text did not get transmitted. I tried to used the ACR122U
SDK's sample code to receive data from the above mentioned android implementations, but that failed too.
I would be really grateful if any of you experts would offer any references/ examples/ tutorials/ sample codes in transmitting a simple text from an android NFC enabled device to a C# program via the ACR122u.
Thank you very much :) I have been stuck at this for a few months and finally turned to you experts for help.
P.S. I tried my best to refer to the ACR122U's documents but it lead me no where