Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I try to learn how to connect fingerprint to vb6 but i dont know what should I do..I want to set UareU as a default scanner..please help me to my problem.....
Posted

Connect ur device with serial port
and write code using mscom control
 
Share this answer
 
And send protocols over serial port through hyper terminal
 
Share this answer
 
You should use the supplied SDK for .NET for instance to build a proxy, which will then be used from VB6. Be sure though to secure the communication channel between the proxy server and your VB6 application.

One Touch Software Development Kits SDKs[^]

For some information on the proxy software pattern go here: Proxy Pattern[^].

Here some basic information about Secure Communication[^].

Best Regards,

—MRB
 
Share this answer
 
v2

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