mxgxw / MFRC522-python

A small class to interface with the NFC reader Module MFRC522
GNU Lesser General Public License v3.0
521 stars 419 forks source link

Problem with write.py and read.py script on Raspberry Pi3B+ #81

Open priyesh1112 opened 4 years ago

priyesh1112 commented 4 years ago

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