|
-
Mar 28th, 2005, 10:21 AM
#1
Thread Starter
Frenzied Member
Card readers
Hey,
I have a potential client that runs a martial arts school.
What he wants is for each of his students to have an access card that they will swipe each time they come for a lesson.
It will log when they come and how many hours they have trained.
Does anyone know where I can obtain such hardware?
I would need to program the card with First and LastName etc..
I would also need to populate a database with the data.
Thanks,
Don't anthropomorphize computers -- they hate it
-
Mar 28th, 2005, 11:21 AM
#2
Addicted Member
Re: Card readers
You might be better off just getting a barcode scanner and some laminated badges with barcodes on them. You could for instanace, use the client's phone number as their ID# and encode that to a barcode. There is free barcode software available at http://www.scansecretary.com/ . Might be cheaper for you too. And to get a cheap barcode scanner, check out eBay.
-
Mar 28th, 2005, 02:41 PM
#3
Thread Starter
Frenzied Member
Re: Card readers
Thanks,
Can I store more information in the barcode?
What is the limit?
thanks a lot
Don't anthropomorphize computers -- they hate it
-
Mar 28th, 2005, 02:50 PM
#4
Addicted Member
Re: Card readers
it depends. the more you spend, the more you get.
try "borrowing" one from a supermarket. they can store LOADS. just so long as your pupils don't mind being called "6 pack heiniken", "Fatty Choc Bars", "Ham and pork ready meal" etc.
-
Mar 28th, 2005, 02:56 PM
#5
Thread Starter
Frenzied Member
Re: Card readers
Also, I'm quite new to this so please have patience.
How would I program the card? Using the bar code reader or are those only for reading?
And where can I but those programmable cards with barcodes on them?
Thanks,
Last edited by vbgladiator; Mar 28th, 2005 at 03:22 PM.
Don't anthropomorphize computers -- they hate it
-
Mar 29th, 2005, 08:21 AM
#6
Addicted Member
Re: Card readers
try this website. They are quite cheap (based in uk).
clicky
you're looking at around £10-20 ($19-38 approx.)
-
Mar 29th, 2005, 09:16 AM
#7
Re: Card readers
Barcode printing is simple - it's just a different font (many available)...
Some barcode "styles" require things before and after the barcoded value - for instance one style needs an A to start and a B to end the barcode.
So if Id of the individual you want on the card is 1234, your print A1234B with the barcode font and get a barcoded representation of that 6 characters.
The readers are also very simple - they usually plug into the keyboard port on the PC, and the keyboard then plugs into the barcode reader.
That means that the scan of the barcode simply comes into the VB program like it was typed on the keyboard. No additional software or changes to your VB code is required at all. No drivers - nothing.
This is very, very simple to adopt.
I would recommend not buying a cheap reader - bad ones work very poorly and good ones work without effort.
-
Mar 29th, 2005, 10:21 AM
#8
Thread Starter
Frenzied Member
Re: Card readers
Thanks a lot guys,
Just one more question. How do I program the cards?
Don't anthropomorphize computers -- they hate it
-
Mar 29th, 2005, 11:20 PM
#9
Thread Starter
Frenzied Member
Don't anthropomorphize computers -- they hate it
-
Mar 30th, 2005, 12:59 AM
#10
Re: Card readers
You use the font that you select, and you print them yourself, either on paper cards, or labels.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|