rc522-rfid
rc522-rfid copied to clipboard
Getting written data from rfidserialnumber
Hi!
First, thanks for this module!
Earlier I was working with python reading/writing rfid. Now that I moved to nodejs, I'm using your module to read but I'm still writing with my python module.
Reading and writing with python gives me an output like [1, 1, 1 , 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], datas I wrote on 16bytes.
Reading with your module gives me something like : 04be345ae43f80.
How can I retrieve my data with this module?
Thank you!