When my RFID reader reads a tag, it shows me multiple information. I am aware that one tag is equivalent to one information. I believe that it is the baud rate. Correct me if I am wrong. Thanks. The baud rate that I have set is 9600. I have a long range RFID reader by the way. Thanks.
Asked
Active
Viewed 2,595 times
1 Answers
0
If you had the baud rate set incorrectly, you would most likely see garbage text, not multiple entries. The characters themselves would be corrupted.

aqua
- 617
- 4
- 12
-
Okay thanks. Well, about the multiple entries, what do you think is the problem? Thanks for the reply sir. – Genesis John Dagdag Feb 09 '12 at 13:03
-
Hardware will ultimately decide, but either there will be hardware setting on the reader to filter out duplicate reads from a certain amount of time or you will have to implement your own duplicate filter after recording the read. – TEEKAY Oct 16 '12 at 20:41