Microcontroller › AVR › How to interface fingerprint module serially with AVR › first find out the baud rate
March 8, 2011 at 6:37 am
#5668
Amit Joshi
Participant
first find out the baud rate of the finger print module and set the USART baud rate accordingly.
store the whole 14 byte data into array and transmit it using USART. try the following link to learn usart