 |

01-30-2003, 08:01 AM
|
|
Freshman
|
|
Join Date: Oct 2002
Location: Ireland
Posts: 40
|
|
How to get stuff scanned
|
Hi hoping someone can help me out with this
I'm doing a college project, its gonna be a stock system. I was hoping to add a scan option to it. You know the way they scan the barcode in the shops.
Does anyone know if this is possible in VB with some sort of API or whatever.
Thanks
|
__________________
Nork
|

01-30-2003, 08:07 AM
|
|
Freshman
|
|
Join Date: Sep 2002
Location: Indiana, USA
Posts: 35
|
|
|
thats a lil tough bud, youd haveta have some kind of hardware configured with your program that scans a object in real life, and passes that data to your program. If you can pull that off id be impressed lol!
Now by an actual scanner, quite possibly, none that i know of but im sure some source exists out there.
|
__________________
It is better to have been loved then lost, then to get beat in the face with a baseball bat with 6 inch spikes.
|

01-30-2003, 08:41 AM
|
|
Centurion
|
|
Join Date: Nov 2002
Location: Chesterfield - UK
Posts: 104
|
|
|
Steo,
As zachatta said, you will need a bar code reader to do this. Once you have the device it is very simple. You can get serial or PS/2 versions.
With the PS/2 versions they just fill the keyboard buffer with the bar code, so if you can type in a bar code using the keyboard, you can scan it with a bar code reader (usually no extra code needed at all).
With the serial version, you need to use the com control to capture input from the serial port, but it is still fairly easy.
Regards,
Steve
|
|

01-30-2003, 01:59 PM
|
|
Freshman
|
|
Join Date: Oct 2002
Location: Ireland
Posts: 40
|
|
Thanks
Just curious but can someone point me in the direction of a site that sells one?
|
__________________
Nork
|

01-31-2003, 03:53 AM
|
|
Centurion
|
|
Join Date: Nov 2002
Location: Chesterfield - UK
Posts: 104
|
|
Steo,
I used to use Advanced Bar Coding www.abc1world.com. They might not be the cheapest, but they have a good range.
Regards,
Steve
|
|

01-31-2003, 08:57 AM
|
 |
Google Hound
Retired Moderator * Guru *
|
|
Join Date: Nov 2001
Location: Arizona, USA
Posts: 12,378
|
|
OK. Barcodes.
First check out Bar Code 1 - a pretty helpful site.
As far as scanners go, there's a whole range of 'em, but, the simplest to implement is the keyboard wedge versions. They're known as "wedges," since they wedge themselves between the keyboard and the computer, and simply add to the keyboard input strean. This means (potentially) no additional programming required. Prices can range from free to more than $500.
You may be able to locate a free CueCat scanner that Radio shack was giving away a year or so ago. If you get one, THROW AWAY the CD. There is nothing good on it and a lot of bad. All the software does is to lock the scanner to CueCat's application, which will automatically cause your browser to jump to a web-page associated with whatever barcode was scanned (generally tyhe manufacturer website). The only problem with this is that the CueCat people are tracking your every move.
Anyway, there is a free software driver that works with the CueCat scanner that 'decodes' the output string & converts it to a useful text string.The driver, called CatNip, plus documentation, is available at Azelea They also offer a package ot tools for this scanner.
Actually, I think I still may have one (CueCat) laying around somewhere. Send me a PM if you're interested. Also, they're selling for $10 + shipping at ebay. These are the modified ones that need no drivers - the output is in ascii.
Edit: Yes. I DO have an extra one. You're welcome to it - just reimburse shipping cost
|
__________________
Lou
"I have my standards. They may be low, but I have them!" ~ Bette Middler
"It's a book about a Spanish guy called Manual. You should read it." ~ Dilbert
"To understand recursion, you must first understand recursion." ~ unknown
Last edited by loquin; 01-31-2003 at 09:24 AM.
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|