-
Notifications
You must be signed in to change notification settings - Fork 111
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
Fast fingerprint scan via different baud rate #55
Comments
While the scanner itself I worked with (and most scanners) can support 115200, you may run into issues with trying to accept the data that fast. IIRC the scanner does not have much in the way of flow control either. For your LCD problem (not much information provided, so taking a stab in the dark) it sounds like you might want it to have its own micro controller, then you just send the data, and let the other micro controller worry about the refresh rates. Something like this: https://www.sparkfun.com/products/9395 |
OK..thx for ur input. |
Be advised the FPS will initialize with 9600 baudrate at start, so you would need to initialize the communication at 9600 then change the baudrate to 115200. Problem is, the actual code for changing the baud rate is bugged. It's fixed in #54 (commits including the fix are 925db68 and 400ff3b). but it has been months waiting for the pull request to be checked and commited. |
It appears that your question has been answered. I am closing the issue out. It also looks like Fasgort has added some improvements to the library through pull request commits. |
Can I change the baud rate to get results out of 1:N of 3000 database faster. Like if I want to change to 115200 baud rate?Also how to display fingerprint id out put to 16*2 LCD with fast scan enable no delay ....as refresh rate of LCD is poor not able to display with out delay which causes slow scan of fingerprint.
The text was updated successfully, but these errors were encountered: