Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"writeblock" function not implemented for "READER_LIBNFC" #20

Open
erwanpillet opened this issue Apr 12, 2016 · 1 comment
Open

"writeblock" function not implemented for "READER_LIBNFC" #20

erwanpillet opened this issue Apr 12, 2016 · 1 comment

Comments

@erwanpillet
Copy link

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

@MonsieurV
Copy link

Today the operation is clearly not implemented for READER_LIBNFC

See

def writeblock(self,block,data):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants