-
Notifications
You must be signed in to change notification settings - Fork 132
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
UnhandledPromiseRejectionWarning: WriteError: Write operation failed: Status code: 0x6300 #139
Comments
I'm now stuck with this |
I implemented a try-catch around But it happens all the time regardless if I write successfully or if I abort write process. |
Furthermore I get this error 0x6300 also during read:
In Read.js at line 432 there is only the error printing:
Is 0x6300 only a general error of ACR122U independend of reading or writing? Is it possible to get some more details about it? |
Hello,
I'm using nfc-pcsc library with an ACR122U connected to a Systec CTR-500 PLC running Node-RED (=node.js).
My NFC card is integrated into the Nordic µC nRF52840 and it seems to be the same as NXP NTAG213/215/216 which is not a Mifare.
It's formatted to NFC Type 2.
Reading and writing in principle works. The node-red-contrib-nfc-pcsc includes your nfc-pscs:
const { NFC } = require("nfc-pcsc");
I don't know what happened but since a few days after calling
await reader.write(4,outData);
I get the error:
Reader.js:493:13 is only printing the error:
However the data is written correctly, I can't recognize any error. But I'd like to understand the error message. What could lead to error 0x6300?
The capability container CC3 of the Type 2 header is set to 0x00 which means read and write access granted without any security.
I'd be happy if some could give me a hint for this error.
If any information is missing don't hesitate to ask me.
Thanks a lot!
The text was updated successfully, but these errors were encountered: