rconty wrote:GGelec wrote:I encounter a problem with libnfc.
Please, add the required information : which OS version ? which libnfc version ? how to reporoduce your problem ? what happend, what is the attempted result ? etc.
Please be smart : think about "how other people can help me with this problem description ?" at the end of EACH post writing...
Hello
I work under Windows XP. with libnfc 1.3.3.
I worked with an example: NFCIP initiator:
.
.
.
abtRecv[szRecvBits] = 0;
printf("Received: %s\n", abtRecv);
nfc_initiator_deselect_tag(pnd);
nfc_disconnect(pnd); <=== ??? problem
return 0;
}
==============================================================
I am running the example without problem. I get out the "hello world" on my mobile.
If I try to restart the example, it does not work, Windows tells me: device not recognized.
I think it is a problem with the disconnect, but I'm not sure.
Anyway, I am forced to reset my NFC module to restart the NFCip-initiator example.
I hope it is detailed enough, feel free to ask me for more information.
Thank you very much.
GGelec