I’d like to connect to the device from an Android app. I already managed to authorize successfully. Now I would like to start the automatic polling as described in the reference (Request command: E0 00 00 40 01, Page 30, https://www.acs.com.hk/download-manual/7664/REF-ACR1255U-J1-1.12.pdf) but I don’t get it.
I think, I have to encrypt the request to the reader. Is this correct? If yes, which key do I have to use? Comes the key (session key?) from the final response within the authorization flow?
For testing I used the demo app (https://www.acs.com.hk/download-driver-unified/9644/ACS-BT-EVK-Android-1.01r2.zip) and Wireshark to record the requests. I was very surprised to find that the request would change every time once I clicked the "start polling" button. I would expect it to be the same, no matter how often I click.
I would appreciate a more helpful explanation of the start polling command than the one I can find in the reference.