You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to obtain UID of desfire 4K EV1 card using this library.
I am using ACR122U card reader and I installed latest available drivers.
My code is working on Linux but when I rebuild it on Windows I am getting error response after last APDU command.
I am sending 3 APDU commands
90 60 00 00 00
I receive correct response ending with 91 AF which means that additional data frame is expected to be sent.
90 AF 00 00 00
Where I also receive response ending with 91 AF.
90 AF 00 00 00
This is where it fails on windows.
On Linux I receive response where I can read cards UID (7 first bytes) but on windows I receive 91 1C response.
Did anybody experience same behaviour and managed to fix this issue?
Kind regards
The text was updated successfully, but these errors were encountered:
I am having the same problem specifically on Windows. For now, it seemed like setTimeout around 400ms after the card connection helps, but that is a very unsettling solution.
Hello,
I am trying to obtain UID of desfire 4K EV1 card using this library.
I am using ACR122U card reader and I installed latest available drivers.
My code is working on Linux but when I rebuild it on Windows I am getting error response after last APDU command.
I am sending 3 APDU commands
90 60 00 00 00
I receive correct response ending with 91 AF which means that additional data frame is expected to be sent.
90 AF 00 00 00
Where I also receive response ending with 91 AF.
90 AF 00 00 00
This is where it fails on windows.
On Linux I receive response where I can read cards UID (7 first bytes) but on windows I receive 91 1C response.
Did anybody experience same behaviour and managed to fix this issue?
Kind regards
The text was updated successfully, but these errors were encountered: