HI guys
Im working on my RFID reader.
Right now im using a SerialDataReceivedEventHandler
Foreach all the chars out, stoppen when i reach the end char…
But problem is that the reader will run the event handler alot of times.
And i only want it to read the tag ones, and then have some sort of disabled timer, where it wont read, so it doesnt read the tag multiple times.
Anyone who can help? maybe an example on how a good idea would be to build a class for this?