rc522-rfid icon indicating copy to clipboard operation
rc522-rfid copied to clipboard

Getting written data from rfidserialnumber

Open AndreaSpan opened this issue 8 years ago • 0 comments

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!

AndreaSpan avatar Jan 07 '17 13:01 AndreaSpan