Questions tagged [barcode]

This tag should be used for questions on how to generate, decode, or use barcodes in programs.

A barcode is an optical machine-readable representation of data, which shows data about the object to which it attaches.Originally, barcodes represented data by varying the widths and spacings of parallel lines, and may be referred to as linear or 1 dimensional (1D). Later they evolved into rectangles, dots, hexagons and other geometric patterns in 2 dimensions (2D). Although 2D systems use a variety of symbols, they are generally referred to as barcodes as well. Barcodes originally were scanned by special optical scanners called barcode readers, scanners and interpretive software are available on devices including desktop printers and smartphones.

(source http://en.wikipedia.org/wiki/Barcode)

enter image description here

6 questions
8
votes
3 answers

What Is The Formula for the 3 of 9 Bar Code Alphabet?

Background: 3 of 9 Barcode Alphabet A simple syntax for 3 of 9 bar codes What is the formula behind the alphabet and digits in a 3 of 9 bar code? For example, ASCII has a relatively clear arrangement. Numbers start at 33, capitals at 65, lowercase…
Chris Moschini
  • 262
  • 2
  • 8
7
votes
1 answer

Patient Record Tracking System

Background At a medical facility, staff can remove patient records (file folders) from a room. The room is locked using a standard tumbler lock (i.e., no swipe cards). The medical facility does not have much funding available. All staff members have…
Dave Jarvis
  • 743
  • 6
  • 28
4
votes
3 answers

How to structure an application which reads UPC barcodes

I have no previous experience on creating a project for a seller which will use barcode reader. I am trying to put together a small project but I cannot figure out how the pieces should glue together. I will create a sample with Motorola Scanner SDK…
tugberk
  • 994
  • 9
  • 19
0
votes
1 answer

Short and compact barcode

I am writing a c# program where I need to print a lot of small barcodes in a 100x100 grid on a piece of paper. I then scan/photograph the paper and read the barcodes again. Each barcode only need to contain a simple ID code so that I know which…
DrDress
  • 127
  • 4
0
votes
1 answer

Barcode that support ~3500 chars

I can't figure out a barcode that would support ~3500 chars. The barcode should contain 40 strings with caret return, each 76 chars long. Each string will look like…
SovereignSun
  • 101
  • 4
-1
votes
1 answer

Can I use a 1D barcodes for an inventory tracking system?

I am to develop an inventory tracking system (e.g. keyboards, mice, phones, etc.) I am wondering if it is possible to use 1D barcodes UPC standard for this, will I be able to track each individual item or can I only categories the assets?
Suppaa
  • 11