Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I want to integrate a passport card scanner to my project(desktop apllication). and collect details then save into databse(database is SQL).Interface: USB 2.0

is it possible in .Net? or need to use third party controll.
Please help me.
Posted
Updated 8-Dec-11 0:05am
v6
Comments
[no name] 8-Dec-11 5:27am    
The first thing you need to know is how to interface with the scanning device (COM, USB, Network etc.) and what information, and in what format, it provides.

1 solution

You mentioned USB 2.0 interface so in this case most of the time you will need to use something like an API that is provided by the manufacturer. The quickest way would be asking your passport card scanner supplier for the Development Kit. If that is not possible then you could try looking on the internet for that particular model and hopefully the SDK is available.

This file that you need is usually a file with .dll extension and you probably need to use VB.NET interop classes to use it (just like using windows API like FindWindow, WriteProfileString, etc). Look for your API and then we can start from there.
 
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