Microcontroller › 8051 › rfid based security system code of c programming using the id given › Each RFID tag has a seperate
April 20, 2012 at 12:57 pm
#7519
Participant
Each RFID tag has a seperate number. Easy method is that read the number serially and store it as a string, and then simply use string comparison functions like strcmp ( ) to identify the tag. Could you please share why are you going for a 6*12 matrix ?