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 ?
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