473,322 Members | 1,403 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Magnetic Strip Reader API for CF

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
Nov 21 '05 #1
5 5312
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
---------------------------------
"RedEye" <re*******@hotmail.com> wrote in message
news:O7**************@TK2MSFTNGP12.phx.gbl...
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

Nov 21 '05 #2
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
"RedEye" <re*******@hotmail.com> wrote in message
news:O7**************@TK2MSFTNGP12.phx.gbl...
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

Nov 21 '05 #3
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.

--
--Eric Cathell, MCSA
"RedEye" <re*******@hotmail.com> wrote in message
news:O7**************@TK2MSFTNGP12.phx.gbl...
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

Nov 21 '05 #4
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

--
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.
Nov 21 '05 #5
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

--
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.
Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Lumpierbritches | last post by:
Thank you in advance for any and all assistance. It is greatly appreciated. Has anyone used Access to keep track with reader/writer magnetic encoders? I have purchased a Fargo Printer that does...
1
by: ryan.arasteh | last post by:
Hi, I want to write a c# application to capture the contents of a magnetic stripe card with a card reader attached to the USB or COM port of the PC. Are there any libraries or anything available...
1
by: ryan.arasteh | last post by:
Hi, I want to write a c# application to capture the contents of a magnetic stripe card with a card reader attached to the USB or COM port of the PC. Are there any libraries or anything...
3
applets
by: applets | last post by:
Is there an activeX component in connecting a magnetic card reader in vb6.0 application? im currently working on a project that includes scanning magnetic card into the vb application is there a...
2
by: perpetualsoft | last post by:
well, I want to develop a application in VB 6.0 which get value from magnetic card through MSR and save in text field. Basically I using Magnetic Slot Reader with Keyboard Interface. its a product of...
7
by: Nick | last post by:
strip() isn't working as i expect, am i doing something wrong - Sample data in file in.txt: 'AF':'AFG':'004':'AFGHANISTAN':'Afghanistan' 'AL':'ALB':'008':'ALBANIA':'Albania'...
35
by: creative1 | last post by:
Hi everyone I am working on a project and have to connect mx3-usb magnetic card reader with buildin software installation facility. I want to collect customer information by their driving licence....
1
by: etalon25 | last post by:
Hi! I have a card reader hooked to a usb drive, and I need help on how to create a windows form with texboxes that would get the data from a card when it gets swiped in the card reader. Right now it...
0
by: saifullah | last post by:
Magnetic Bracelets - an alternative therapy For many thousands of years Lodestone, a naturally occuring magnet, was used in healing the body. Early writings in many different countries...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.