javascript - Read data like serial number,Time stamp from two RFID RC522 readers connected to Raspberry Pi -


can please me how read serial number ,time stamp 2 rfid readers connected raspbery pi.there solutions in python, c# .net not in javascript.

i trying ímplement node js did not find helpful resources reading data 2 rfid readers.

many in advance

to read data multiple rfid readers use following:

1. reading data node:

there few projects out there reading involve reading rfid tags node, e.g. here , here.

additionally npm packages, e.g. rfidreader.

there ones rc522, e.g. rc522-c7z

2. multiple readers:

every reader should provided unique serial port. needs passed code step 1.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -