Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - electronic id card reader visual basic

Reply
 
Old 08-11-2009   #1 (permalink)
Georg


 
 

electronic id card reader visual basic

hi,
i'am looking for an free example of an Vb.basic 2005/2008 program which can
read digital id-cards. I will integrate the data in mine databaseprogram
and if the client isnot a member create a new member with the data
(Familiyname,Forname, adress, Pc and capital).

regards, georg



My System SpecsSystem Spec
Old 08-12-2009   #2 (permalink)
DickGrier


 
 

Re: electronic id card reader visual basic

Hi,

The methods will differ. This is completely controlled by the card reader.

If the connection is by serial port (or Virtual Serial port, via USB), then
you would use System.IO.Ports.SerialPort, and the documentation from the
card reader manufacturer to decode the actual data received. However, it is
possible that the device uses a HID USB connection, and then you would have
to wrap the USB APIs (for which Visual Studio does have a class). Decoding
the data still would depend on information from the manufacturer. Some
manufacturers might provide APIs via a library (either .NET or COM) that you
would call.

Dick

--
Richard Grier (Microsoft MVP - Visual Basic) Hard & Software 12962 West
Louisiana Avenue Lakewood, CO 80228 303-986-2179 (voice) Homepage:
www.hardandsoftware.net Author of Visual Basic Programmer's Guide to Serial
Communications, 4th Edition ISBN 1-890422-28-2 (391 pages) published July
2004, Revised July 2006.

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Electronic Business Card inserted into Windows Mail Vista mail
electronic business card Vista file management
Err.Number 486, Vista Ultimate, Visual Studio, & Visual Basic Vista General
Running Visual C++ and/or Visual Basic under Vista Home Premium OS Vista General
Microsoft and McLaren Electronic Systems Win Race to Provide Electronic Technology to the FIA Formula One World Championship for 2008 to 2010 Vista News


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46