RS485 read data from fingerprint slave device

Hello,

I have purchased a fingerprint slave module thinking that i could read the output of the module and process it by myself via a microcontroller. The module i purchased has only RS485 interface. Wonder if i could read the output using RS485 to TTL convertor(Maybe using arduino serial monitor, or teraterm perhaps?) using this module?

Fingerprint slave module : https://www.alibaba.com/product-detail/HF-F12-Fingerprint-and-ID-Card_60355134367.html
RS485 to TTL convertor : http://www.ebay.com/itm/272351498314?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT - I'm still waiting for this to arrive though :slight_smile:

Please advice!

Thanks in advance!

Regards,
Prasad.

Wonder if i could read the output using RS485 to TTL convertor(Maybe using arduino serial monitor, or teraterm perhaps?) using this module?

If you use a RS485 to TTL converter, you can connect the module to an Arduino, and read the data, and write it to the serial port that the serial monitor or teraterm are listening to.