-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
isPressFinger() returns always True #11
Comments
Hi, you are welcome to use my code to your own purposes! You had tested with another timeout setting calling FPS.FPS_GT511C3(...)? If no, set another greater or lower value for this and test again If yes and no result... Yo must probably review your PIN connections or your USB connection as well In my case, most troubles connecting this device through an FTDI card was because the USB serial wire. I changed this and then all works fine... Tell me if my answer is useful for you and your results! Regards, |
Thank you for you reply! I got rid of the USB FTDI and tested it on the Raspberry Pi pins (ttyAMA0). The problems are similar; It is possible to connect it with 9600 baud and to switch the led on and off, but as soon as I want to switch to 115200 baud, it won't work anymore. I typed every command separately in the python shell, so there is a quite big delay between the commands. Do you see what I am doing wrong? Also I'd like to know; is it correct that the baud rate must be changed not only once, but once per boot or every time that you plug in the sensor?
|
If you are having trouble with a Raspberry Pi, and you are using the GPIO Serial Pins on the Raspberry Pi, you need to disable the Serial Terminal. Open your terminal and type |
sankarmanoj, For what it's worth, turning off that serial setting (which I think was already off for me) didn't make any difference. |
hello did someone fix this? |
Hi, thank you for this great library. I could manage to sometimes download the raw Image from the scanner using the functions you provided in test_raw.py. However, it only works once in many times and isPressFinger() returns always true. What am I doing wrong? Here an examples from commands I typed into the python shell:
The text was updated successfully, but these errors were encountered: