- This topic has 1 reply, 2 voices, and was last updated 12 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
hi,
i am using RFID reader to my project and got the uique code output on lcd, now want to compare two values 1.RFID unique code 2.Default value.can anyone help for this ?
You better use strcmp() function. The function can take two strings as parameters and when it returns a 0 the strings are matching otherwise not.