one general question concerning RFID readers...

hmm ok. thanks.

someone wrote that not all of those received 12 bits are necessarily important to distinguish between different tags. maybe you can write a function to cut it down to one byte and save only that one byte (8 bits i mean)...

concerning my question i understand that your rfid reader is sending 12bit bytes continuously. meaning that if there are three tags in reach it will send

  • 12 bits describing tag "A"
    then
  • 12 bits describiing tag "B"
  • 12 bits describing tag "C"

and then starting all over with tag "A" in a loop?

is that right?