Welcome to the MFRC522 data read example
Press Ctrl-C to stop.
Traceback (most recent call last):
File "rfidreader.py", line 51, in
(status,TagType) = MIFAREReader.MFRC522_Request(MIFAREReader.PICC_REQIDL)
File "/home/pi/MFRC522.py", line 239, in MFRC522_Request
self.Write_MFRC522(self.BitFramingReg, 0x07)
TypeError: Write_MFRC522() takes exactly 2 arguments (3 given)
I would be glad if someone could guide me accordingly.
Thanks and Regards
Welcome to the MFRC522 data read example Press Ctrl-C to stop. Traceback (most recent call last): File "rfidreader.py", line 51, in
(status,TagType) = MIFAREReader.MFRC522_Request(MIFAREReader.PICC_REQIDL)
File "/home/pi/MFRC522.py", line 239, in MFRC522_Request
self.Write_MFRC522(self.BitFramingReg, 0x07)
TypeError: Write_MFRC522() takes exactly 2 arguments (3 given)
I would be glad if someone could guide me accordingly. Thanks and Regards