Fingerprint_Scanner-TTL
Fingerprint_Scanner-TTL copied to clipboard
GetResponse no timeout code
If I disconnect the FPS from the Arduino the code will get stuck on FPS.Open. This is because the GetResponse function in the Class dont have a timer function. This is terrible. Let's say that the Arduino is running an Alarm and the FPS get's removed by a theif. This would completely nock out the alarm. This is an issue that needs to be fixed.
Hmm... that is an interesting situation. I will have to think about that. Timeouts on stuff like this are much more difficult without multithreading, but i will see what I can do.