Click here to Skip to main content
15,902,492 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi I wanted to know how can i receive an image via serial port ... i am using a r305 fingerprint module in my project for obtaining a persons fingerprint. the scanner is connected to port COM1 and properly opens and closes (so no issues there) .. I have a button and a picture box in my form.
Now the problem is such that I want to scan a persons fingerprint on the click of the button and it should display the image in the picture box.

*On the net i have found various methods to transfer byte,string etc... but not an image.
*R305 is a component ... So there is no SDK for it.

Any kind of help would be appreciated.

Akshay.
Posted
Comments
Member 12370778 26-Aug-16 6:57am    
Bro i want to make a same project can you help me regaeding this...And plz send me a hole project....

Hi christian When i purchased that scanner ... i received a SFGDemo.exe application along with it... I think that application has been developed using C#.Net. While using that application i can match,save,search fingerprints. But as i have to make changes according to my requirements I am unable to access that applications source code (i wasted a week trying to debug it). So my point here is ...if that application can display the fingerprint scanned then there might be some solution to my problem.
 
Share this answer
 
Comments
Christian Graus 4-Jan-13 1:15am    
Please don't push 'answer' to ask questions. If the app is C#, you can view the source with Reflektor. Yes, I am sure it can be done, but not by magic. You need to know how to do it.
An image is a stream of bytes. You need to read the manual for your scanner to see what it supports, but it will involve getting a byte stream, and saving it to the file system.
 
Share this answer
 
Comments
Member 8657300 4-Jan-13 0:45am    
Hi christian
When i purchased that scanner ... i received a SFGDemo.exe application along with it... I think that application has been developed using C#.Net. While using that application i can match,save,search fingerprints. But as i have to make changes according to my requirements I am unable to access that applications source code (i wasted a week trying to debug it). So my point here is ...if that application can display the fingerprint scanned then there might be some solution to my problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900