Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding fingerprint template transfer functionality to the Adafruit-Fingerprint library #127

Open
mahdi-yahyaie opened this issue Dec 10, 2023 · 1 comment

Comments

@mahdi-yahyaie
Copy link

I need to be able to get a fingerprint template from an r502a module, save it, and then transfer it to another module with the same ID. In other words, I need to be able to transfer fingerprints from one module to another. Is this possible with this library? If not, can you help me add this functionality to the library so that I and others can use it? I would be grateful for any help you can provide.

@caternuson
Copy link
Contributor

Not currently supported. The UpChar (0x08) and DownChar (0x09) commands would need to be implemented.

There is the getModel() function that has a simple implementation of UpChar (transfer data from fingerprint sensor to host PC).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants