Page 1 of 1
Scanning Data from Card
Posted: Sun Feb 07, 2010 5:19 am
by sudip
Hello All,
This is a very peculiar problem I am facing. I am creating a small software for storing personal data for my friends (yes, free of cost

). One of my friends told me if there is a way to get data from card using card scanner. Frankly speaking, I never used this device

. I programmed for Bar code scanner but not this device.
Can anyone please tell me about this device and does it work similar to bar-code scanner? If not, is there any way to get data from card scanner using HMG?
Thanks in advance.
With best regards.
Sudip
Re: Scanning Data from Card
Posted: Sun Feb 07, 2010 9:27 am
by mol
I think, you should search for description of transmitting protocol for this card reader.
If it works with RS 232, it will be easy to communicate.
Sometimes, card readers are connected with USB, but drivers create virtual COM port.
Last weeks I've worked with communication with fiscal printers and electronic registering cashes. So, Ican help you.
Re: Scanning Data from Card
Posted: Sun Feb 07, 2010 11:25 am
by sudip
Hello Marek,
Thanks a lot
Do the card scanners create any text file? If yes, there may be a way to search from the text file.
The bar-code scanners I used (programmed for), produced codes like typing in keyboard

and so it is very easy to work with hand held bar-code scanner.
With best regards.
Sudip
Re: Scanning Data from Card
Posted: Mon Feb 08, 2010 6:57 am
by mol
I've found, that standard in cards is PC/SC.
You can read some informations at:
http://www.pcscworkgroup.com/specificat ... wnload.php
Re: Scanning Data from Card
Posted: Mon Feb 08, 2010 6:17 pm
by sudip
Thanks a lot Marek for the information
BTW, is there any way to use XML with HMG?
With best regards.
Sudip
Re: Scanning Data from Card
Posted: Mon Feb 08, 2010 6:38 pm
by ClaudioGalera
Hi Sudip

Most works in the same way that the bar-code reader. Usually ships reading magnetic card has like entered from the keyboard (via PS2). No additional software is required for reading.
Greetings, Claudio