Does anyone know how to monitor the presence of smart card and read the UID value of the card?
Yes I tried lot of examples in web like
A Smart Card Framework for .NET
But No idea how to do it. I can detect the presence of a card and can get the UID separately, but no idea how to combine them in my application:( .
Help me
I figure it out. thought to share with anyone interested.
I used winscard.dll functions to access card data and communicate with PC.
Note that I used Mifare 1K cards as NFC tag and reader ACR 122u.
For anyone interested I've written step by step guide to achieve this in here.
Simple NFC reading system for windows
Enjoy!!!