Hello, since I can't find documentation how to extract from the sensor to sql and import data from sql to the sensor to create, delete, read to test for fingerprint match, I'm going to use the storage of AS608 fingerprint sensor with a 127 fingerprints storage but seeing how much memory it takes for create,delete, read fingerprint ( I upload them one by one as I'm still waiting for the sensor to be delivered) I think one arduino nano isn't enough so I will connect the two arduino nano (tx-tx, rx-rx, gnd-gnd) but the problem is should I connect the sensor on both arduino nano as I don't know if I can enroll/delete when the sensor is connected to another arduino nano.
Im going to use c# winforms for this project and use serial communication to communicate on arduinos
And also I don't have idea if the fingerprint that is already enrolled will remain enrolled after restart/unplug of the system.

