Page 1 of 1

Finger Print Scanner 5V TTL (GT-511C1R) with PIC

PostPosted: Tue Dec 08, 2015 12:47 am
by GeoKing
Hello,

I have a finger scanning bio-metric project, and I've already purchased this sensor for collecting finger prints.
how can I interface this scanner with a PIC, am using PIC16F876A. what commands do i need to send to the scanner to collect and identify finger prints. am going through the manual but not still quite sure how to do this.

thank you.

Re: Finger Print Scanner 5V TTL (GT-511C1R) with PIC

PostPosted: Tue Dec 08, 2015 4:52 pm
by Apis210
Hi. My suggestions:
1)Why don't you try to develop your own library with this Arduino library as reference.
2)since fingerprint reader use UART, maybe you can refer to this UART library (refer to uart.h and uart.h)

Anyway this is my suggestion, but still you have to explore on your own. :ugeek: