Scanning Data from Card

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Scanning Data from Card

Post 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
With best regards,
Sudip
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Scanning Data from Card

Post 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.
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: Scanning Data from Card

Post 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
With best regards,
Sudip
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Scanning Data from Card

Post 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
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: Scanning Data from Card

Post by sudip »

Thanks a lot Marek for the information :)

BTW, is there any way to use XML with HMG?

With best regards.

Sudip
With best regards,
Sudip
ClaudioGalera
Posts: 47
Joined: Tue Jul 14, 2009 1:14 pm
Location: Mar del Plata, Argentina

Re: Scanning Data from Card

Post 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
Post Reply