Id scanning device
Drud0616
Posts: 26
I'm thinking about building an id scanner in order to scan NY state licenses.· Problem is I can't find any rescources online on what parts·I would need, etc.· Does anyone in this forum have experience with a project similar to this?· Any info would be helpful.· Thanks
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Knight Designs
324 West Main Street
P.O. Box 97
Montour Falls, NY 14865
(607) 535-6777
Business Page:·· http://www.knightdesigns.com
Personal Page:··· http://www.lightlink.com/dream/chris
Designs Page:··· http://www.lightlink.com/dream/designs
·
If your license has a mag strip, I don't know why mine or my wife's doesn't...But scanning for that wouldn't work if not everyon has it.
As for scanning mag strips, I haven't done that before...Bar codes I can do...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Knight Designs
324 West Main Street
P.O. Box 97
Montour Falls, NY 14865
(607) 535-6777
Business Page:·· http://www.knightdesigns.com
Personal Page:··· http://www.lightlink.com/dream/chris
Designs Page:··· http://www.lightlink.com/dream/designs
·
a PDF417, aka 2D barcode. This requires something like a mini-scanner to read. The one that we
use works like a "toaster" -- push in the license and it pops back up, scanned and everything
although there's no crunchy setting. Depending on the density you could have your photo encoded
in there as well as the info printed on the front of your license.
Many US states have a mag strip on their drivers' licenses utilizing at least two tracks (might be
three but it's been a while) and it's fairly easy to read with a regular "credit card" reader.
Basically, it's the information printed on the front of the driver's license.
For either, you can start off at www.aamva.org and dig down into their standards documents.
Still, because of the amount of data to be read the original poster may be better off using a PIC
or general microprocessor. I'm sure Jon will shoot me down if it's otherwise.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Rusty-
--
Rusty Haddock = KD4WLZ = rusty@fe2o3.lonestar.org
**Out yonder in the Van Alstyne (TX) Metropolitan Area**
Microsoft is to software what McDonalds is to gourmet cooking
Post Edited (Fe2o3Fish) : 11/18/2004 12:21:17 AM GMT
http://www.zbausa.com/MagRS232.asp
·· PDF417?· How are you supposed to read that mess?· ·· And to the original poster, Drud0616, are you sure you're talking NYS licenses?· I think my old one had the mag strip, and when I had to renew, the new one didn't.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Knight Designs
324 West Main Street
P.O. Box 97
Montour Falls, NY 14865
(607) 535-6777
Business Page:·· http://www.knightdesigns.com
Personal Page:··· http://www.lightlink.com/dream/chris
Designs Page:··· http://www.lightlink.com/dream/designs
·
Here are three of them, and none are more than $ 5.00 each:
http://www.allelectronics.com/cgi-bin/category.cgi?category=367&type=store
My guess is you'll just find one or more Hall Effect sensors inside.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Knight Designs
324 West Main Street
P.O. Box 97
Montour Falls, NY 14865
(607) 535-6777
Business Page:·· http://www.knightdesigns.com
Personal Page:··· http://www.lightlink.com/dream/chris
Designs Page:··· http://www.lightlink.com/dream/designs
·
So far as the actual methodology for decoding a 2d barcode, I'm totally ignorant there but it
basically involves a scanner that does x & y axes, not just x. When we (at work) were
reading DL's with 2d barcodes we were using a reader from Symbol and did the decoding for
us. See www.symbol.com and search for "2d barcodes". The model we used was this:
www.symbol.com/products/barcode_scanners/2d_products_pdf620_data_sheet.html
Discontinued now, the device would spit out, on a serial port, an ASCII stream of labels and associated data.
It was basically a small scanner with a decoder for ID card 2d barcodes. [noparse][[/noparse]DISCLAIMER: this is no
endorsement for Symbol or their device -- it's just the one handed to us to use on that project.]
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Rusty-
--
Rusty Haddock = KD4WLZ = rusty@fe2o3.lonestar.org
**Out yonder in the Van Alstyne (TX) Metropolitan Area**
Microsoft is to software what McDonalds is to gourmet cooking
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Knight Designs
324 West Main Street
P.O. Box 97
Montour Falls, NY 14865
(607) 535-6777
Business Page:·· http://www.knightdesigns.com
Personal Page:··· http://www.lightlink.com/dream/chris
Designs Page:··· http://www.lightlink.com/dream/designs
·
As for decoding them with the bs2...
One way I invisioned decoding this was using a cheapo black&white camera, take a snap shot of the barcode, then decode it that way..but from what I remember, their was very little information out there on how to do this (because it is a newish technology)
Anyways.. i think all of this is a restate of the above.· But if you figure out how do decode 2d barcodes.. let me know