Hello,
I have been working for some time now with the R305 Fingerprint module.
I am using the Adafruit library and it is working just the way it should.
What I want to do now is, get a list of all the Id's that are already in use in the module.
So say I have used ID:1 to register a fingerprint, then when I try to get all the used ID's, it should give me 1.
Is there a way to do this. I have been searching for days to do this and unable to find anything relevant.
Also the data sheet for module does not have anything that can do this.
Any help would be appreciated. Thanks
Have you looked at the "show_fingerprint_templates" example from the library?
So sorry for the late reply.
Yes I have and that particular function is working properly. I tried to get the template number using that function or something similar but could not come up with a way to use it as I want.
What I need is to check if a template exist at a given Page ID, just that. I do not want to perform any other function on it.
I don't know how this can be done though.
I would really appreciate a way to make this work.
Thanks.
Looks like the downloadFingerprintTemplate() function in that example would be a useful starting point.
Sure, thanks. I think that would be the only way to do it. I would post if I find a way to do what I need. Thanks.