I have recently implemented the Communication with ACR122 using the winscard library. I have used a timer to invoke all the relavant API Calls like 1. SCardEstablishContext 2. SCardListReaders etc to get the status of reader
I have kept the interval to five(5) seconds for the timer. So this make a delay of 5 seconds in getting device status.
Can anyone suggest me a better approach like "event based trigger" to avoid this delay and remove timer all together.