Click here to Skip to main content
Licence GPL3
First Posted 23 Jun 2004
Views 243,966
Downloads 5,189
Bookmarked 176 times

VBScan barcode software

By | 23 Jun 2004 | Article
A barcode scanning and decoding software without third-party software

Introduction

VBScan is a simple program to scan, decode and draw a barcode. It uses only .NET Framework and Windows API functions, no third party products.

It is designed to work with a "barcode wand" scanner that is connected to the com port (RS232) of a PC. Since most barcode wands have TTL voltages you'll need a converter chip to connect the wand to the PC.

After pressing the start button the program periodically checks the DSR line of the RS232. If a transition between black and white is detected it stores how many ticks the last bar was wide. After scanning and pressing stop the scanned barcode get "cleaned", so that we have no incorrect bars. If you now press decode the barcode will be decoded (only Code 3 of 9 supported at the moment) and the datastring is shown in a textbox.

Background

I wrote this program as a project in school. It was designed to work, and nothing more. I'm not a programming professional, so the code is sometimes a bit ugly.

Using the code

I have written 3 classes: Barcode, Code39 and HighSpeedTimer

The Barcode class stores the scanned data in a simple integer array. The class also provides some functions to clean and draw the barcode.

The Code39 class provides functions to decode an barcode object. It only supports "Code 3 of 9" barcodes, but it wouldn't be a problem to implement other encoding variants too.

The HighSpeedTimer class is a wrapper around the windows API functions to time more exact than the normal timer. I had to do this because the resolution of the standard timer is not high enough to scan barcodes exactly. This is probably the most ugly part in my program. If you start the timer, it uses a high amount of processor power, despite the fact that it does actually nothing... If you can help me improve this class i would appreciate it.

In the download file you'll find all the classes mentioned above and a small program (see the screenshot) to test them.

Note: In the frmMain there is a Paint event of the picturebox to redraw the barcode. It works, but uses much CPU time...

History

  • 04-06-23: v0.9.1635 - first posted version

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)

About the Author

demm



Austria Austria

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralRe: data scanning through barcode scanners Pinmembermanojhdwr@gmail.com22:45 14 Oct '11  
Generalhelp me, please! Pinmember4aaaa16:13 10 Mar '06  
GeneralRe: help me, please! Pinmemberhungpvtn1:26 23 Apr '06  
QuestionNeed Help ? Pinmember| Muhammad Waqas Butt |22:11 14 Jan '06  
GeneralRs232.vb Pinmembertoniolol4:41 16 Jun '05  
GeneralRe: Rs232.vb Pinmemberhungpvtn1:27 23 Apr '06  
Generali need to generate barcode in windows application Pinmembersangeeta singh1:31 16 May '05  
is anybody is there who can tell me how to generat barcode?
 

sangeeta
Generalsome one know change port to ps/2 or usb Pinmembermalilla_man12:15 11 Apr '05  
GeneralRe: some one know change port to ps/2 or usb PinmemberSumathyKC3:32 20 Sep '06  
QuestionRe: some one know change port to ps/2 or usb Pinmemberericming1:56 21 Aug '07  
Questionproblem reading barcodes ? PinmemberM.ARAFA23:51 15 Nov '04  
QuestionCode39 Quetsion ? PinmemberM.ARAFA14:10 11 Nov '04  
QuestionA Question on using Demo ? PinmemberM.ARAFA14:22 10 Nov '04  
Generaltransformed to asp.net Pinmembertommy skaue2:07 29 Jun '04  
GeneralRe: transformed to asp.net PinmemberSocolongo2:56 29 Jun '04  
GeneralRe: transformed to asp.net PinmemberGraeme Howell15:30 30 Jun '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120528.1 | Last Updated 24 Jun 2004
Article Copyright 2004 by demm
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid