Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Mobile / September 2005

Tip: Looking for answers? Try searching our database.

Magnetic Strip Reader API for CF

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
RedEye - 07 Sep 2005 07:02 GMT
Hello,

I need to toss together a quick pocket pc app that uses a magnetic strip
reader as it's primary method of input. I was wonder if there are any open
source API's for this.

Thanks for any help!

Bryan
Ken Tucker [MVP] - 07 Sep 2005 11:11 GMT
Hi,

       You would have to check with the manufacturer of the magnetic strip
reader for any api.  Usually stuff like that is hardware dependant.

Ken
---------------------------------
> Hello,
>
[quoted text clipped - 5 lines]
>
> Bryan
ShadowMan - 07 Sep 2005 13:40 GMT
Bryan,

  There was an article in MAKE magazine vol. #1 about mag strip readers.
The article mentioned a GPL project called "stripesnoop".  The home page is
at http://stripesnoop.sourceforge.net/.  Hope that helps some.

       Lynn

> Hello,
>
[quoted text clipped - 5 lines]
>
> Bryan
ECathell - 07 Sep 2005 13:46 GMT
if its anything like scanning barcodes, you don't really need an api, you
just need to know the format the reader presents the data in. For instance,
when we scan a barcode it is passed to my program on the scanner as plain
text that I then programmatically decode into its inherent information. This
is both for Human Readable and Non-Human readable barcodes.

Signature

--Eric Cathell, MCSA

> Hello,
>
[quoted text clipped - 5 lines]
>
> Bryan
Dick Grier - 07 Sep 2005 15:24 GMT
Hi,

All of the magstripe readers that I have used with Pocket PCs are serial
devices.  For my own applications I use CFSerialIO, which is a free download
from my homepage.

Naturally, you need to know the data format that is used on the card
itself -- there are many possibilities, some standard and some "not."  I
have descriptions of most of the "standard" ones in my book (see below).

Dick

Signature

Richard Grier  (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2  (391 pages) published July 2004.  See
www.mabry.com/vbpgser4 to order.

Dick Grier - 07 Sep 2005 15:31 GMT
BTW, since you multiposted this, you may want to know about other devices
than Compact Framework.

IMO, useful magstripe readers output data using a serial connection, or are
a specialized USB HID device that DOES NOT emulate a keyboard wedge (Magtek
makes the only one that I know of that meets this requirement).  Keyboard
wedge devices send data to the current text or edit window.  Thus, you need
to add code in the (for example) keypress event for that window.  Keeping
focus to that window can be a painful experience, so that is why I do not
use them.

Dick

Signature

Richard Grier  (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2  (391 pages) published July 2004.  See
www.mabry.com/vbpgser4 to order.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.