Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > How to get stuff scanned


Reply
 
Thread Tools Display Modes
  #1  
Old 01-30-2003, 08:01 AM
Steo Steo is offline
Freshman
 
Join Date: Oct 2002
Location: Ireland
Posts: 40
Default 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
Reply With Quote
  #2  
Old 01-30-2003, 08:07 AM
zachatta zachatta is offline
Freshman
 
Join Date: Sep 2002
Location: Indiana, USA
Posts: 35
Default

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.
Reply With Quote
  #3  
Old 01-30-2003, 08:41 AM
FulleS FulleS is offline
Centurion
 
Join Date: Nov 2002
Location: Chesterfield - UK
Posts: 104
Default

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
Reply With Quote
  #4  
Old 01-30-2003, 01:59 PM
Steo Steo is offline
Freshman
 
Join Date: Oct 2002
Location: Ireland
Posts: 40
Default

Thanks

Just curious but can someone point me in the direction of a site that sells one?
__________________
Nork
Reply With Quote
  #5  
Old 01-31-2003, 03:53 AM
FulleS FulleS is offline
Centurion
 
Join Date: Nov 2002
Location: Chesterfield - UK
Posts: 104
Default

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
Reply With Quote
  #6  
Old 01-31-2003, 08:57 AM
loquin's Avatar
loquin loquin is offline
Google Hound

Retired Moderator
* Guru *
 
Join Date: Nov 2001
Location: Arizona, USA
Posts: 12,378
Default

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.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->