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
When I try to use the writeblock function defined in RFIDIOT.py with the option readertype=READER_LIBNFC defined in init.py i get the error "9000 no further qualification" which is weird as this code is not an error code but a code to point out a well processed command in ISO7816
As i looked out into the code, it turned out that the function writeblock only has code for READER_FROSCH, READER_AGC and READER_PCSC.
Is READER_LIBNFC supported with the writeblock operation ?
Thanks for the attention,
Erwan
The text was updated successfully, but these errors were encountered:
When I try to use the writeblock function defined in RFIDIOT.py with the option readertype=READER_LIBNFC defined in init.py i get the error "9000 no further qualification" which is weird as this code is not an error code but a code to point out a well processed command in ISO7816
As i looked out into the code, it turned out that the function writeblock only has code for READER_FROSCH, READER_AGC and READER_PCSC.
Is READER_LIBNFC supported with the writeblock operation ?
Thanks for the attention,
Erwan
The text was updated successfully, but these errors were encountered: