P
PvdG42
I'm working on a charitable project for a community organization with my
Economics Prof. son, creating an application that will (hopefully) help to
teach young people about the value of work. The app is a "time bank" that
will track the time youngsters spend building and repairing recycled
bicycles. Participants can earn bicycles and/or parts through their efforts.
To teach them more about banking concepts, time "saved" will also earn
interest as would savings in an actual bank.
http://www.communitybikeworks.org/
So much for the context. Here's the real question. The plan is to issue
simple magnetic stripe cards to the participants, pre-encoded with a four
digit number. The card would be swiped to enter data about a participant's
account, keyed by the number on the swiped card. Everything about this
project is pretty simple and straightforward to me *except* the process of
actually capturing the data from a card swipe.
We plan to use a simple card reader (USB interface) that can read data from
tracks 1 and 2 of the card, although track 2 will not be used. All we need
to capture is the 4 digit number. I've read the tech stuff on several
readers, and some manufacturers offer demo programs, but information on how
one actually can detect a card swipe and capture the data in a .NET app
seems to be scarce. Here's the reader we're considering.
http://semicron.com/mini-wedge.html
I'd really appreciate any advice or experiences you might provide. TIA!
Economics Prof. son, creating an application that will (hopefully) help to
teach young people about the value of work. The app is a "time bank" that
will track the time youngsters spend building and repairing recycled
bicycles. Participants can earn bicycles and/or parts through their efforts.
To teach them more about banking concepts, time "saved" will also earn
interest as would savings in an actual bank.
http://www.communitybikeworks.org/
So much for the context. Here's the real question. The plan is to issue
simple magnetic stripe cards to the participants, pre-encoded with a four
digit number. The card would be swiped to enter data about a participant's
account, keyed by the number on the swiped card. Everything about this
project is pretty simple and straightforward to me *except* the process of
actually capturing the data from a card swipe.
We plan to use a simple card reader (USB interface) that can read data from
tracks 1 and 2 of the card, although track 2 will not be used. All we need
to capture is the 4 digit number. I've read the tech stuff on several
readers, and some manufacturers offer demo programs, but information on how
one actually can detect a card swipe and capture the data in a .NET app
seems to be scarce. Here's the reader we're considering.
http://semicron.com/mini-wedge.html
I'd really appreciate any advice or experiences you might provide. TIA!