girish946 / python-R305

python api for R305 Fingerprint module over UART.
GNU General Public License v3.0
4 stars 12 forks source link

Store fingerprint on a database? #7

Open krisnaw opened 5 years ago

krisnaw commented 5 years ago

Hi, is it possible to store the fingerprint data to a MySQL or other database?

girish946 commented 5 years ago

yes, it is possible to store the fingerprint data to MySQL. you can find more details about it here. As of now there is no API for doing that in this package. Currently I don't have R305 module, so I won't be able to write that api and update this package for some time.

krisnaw commented 5 years ago

Hi @girish946 thanks for the responses Will check the link and hopefully can share my experience exporting the fingerprint data to other databases.

eterrones commented 5 years ago

Hi @girish946 i managed to get the fingerprint into my db, thats great but now i need to upload it, i dont know how can i get it uploaded to the device, can you help me? thanks!

By the way, I had to change in device.py line 313 from charData = self.ser.read(ser.inWaiting()) to charData = self.ser.read(self.ser.inWaiting())