rfid icon indicating copy to clipboard operation
rfid copied to clipboard

MFRC522Extentend's BUG when responds are linked

Open Sleepychord opened this issue 7 years ago • 1 comments

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

Sleepychord avatar Jul 26 '17 07:07 Sleepychord

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

Rotzbua avatar Jul 26 '17 10:07 Rotzbua