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

MFRC522Extentend's BUG when responds are linked #330

Open
Sleepychord opened this issue Jul 26, 2017 · 1 comment
Open

MFRC522Extentend's BUG when responds are linked #330

Sleepychord opened this issue Jul 26, 2017 · 1 comment
Labels
bug 🐛 a not intended feature need_confirmation 🧷 bug report must be confirmed by a second person, write if you have the same issue

Comments

@Sleepychord
Copy link

in function MFRC522::StatusCode MFRC522Extended::TCL_Transceive(TagInfo *tag, byte *sendData, byte sendLen, byte *backData, byte *backLen) , when the responds are linked(aka. in.prologue.pcb & 0x10 != 0), it's obvious the program will go to an infinite loop until TIME_OUT。

We should check whether the transmission is over. I think that I fix it in my extended version PBOC-ardinuo, which can be used for reference.
https://github.com/Sleepychord/pboc-arduino/blob/master/src/MFRC522Extended.cpp

@Rotzbua
Copy link
Collaborator

Rotzbua commented Jul 26, 2017

Please make a pull request. Thanks.
edit: reference #331

@Rotzbua Rotzbua added bug 🐛 a not intended feature need_confirmation 🧷 bug report must be confirmed by a second person, write if you have the same issue labels Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 a not intended feature need_confirmation 🧷 bug report must be confirmed by a second person, write if you have the same issue
Projects
None yet
Development

No branches or pull requests

2 participants