sbrinkmann / rc522-rfid

node.js module to access a rfid reader with rc522 chipset which is connected a raspberry pi
49 stars 51 forks source link

Getting written data from rfidserialnumber #8

Open AndreaSpan opened 7 years ago

AndreaSpan commented 7 years ago

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!