Questions tagged [code39]

Code 39 is a variable length, discrete barcode symbology.

The Code 39 specification defines 43 characters, consisting of uppercase letters (A through Z), numeric digits (0 through 9) and a number of special characters (-, ., $, /, +, %, and space). An additional character (denoted '*') is used for both start and stop delimiters. Each character is composed of nine elements: five bars and four spaces. Three of the nine elements in each character are wide (binary value 1), and six elements are narrow (binary value 0). The width ratio between narrow and wide can be chosen between 1:2 and 1:3.

52 questions
2
votes
1 answer

App for scanning incorrect Code39 barcodes (without start/stop chars)

I have to read, with an iPhone app, a set of barcodes that have been generated with a Code39 font, but lack the leading/trailing 'asterisk', so that they are considered invalid and simply ignored by any app I've tried (from the App Store). Apart…
Don
  • 16,928
  • 12
  • 63
  • 101
1
vote
3 answers

.net barcode generation

I am developing a barcode generating web application using asp.net/c# ,I was wondering if it is better to use barcode library or a barcode font will be just enough.I have come across some samples but when using barcode font I found there is an…
smrpm
  • 119
  • 2
  • 17
1
vote
1 answer

Barcode scan event?

I have a simple USB barcode reader which I intend to use to scan COD 39 barcodes. I know that just scanning the barcode while having a text field on focus will get me the text input of the barcode I'm scanning. However my requirement is a bit…
Sach
  • 10,091
  • 8
  • 47
  • 84
1
vote
0 answers

Barcode with multiple sets of information that is able to tab automatically

Is there a way to create a barcode that is "PartNumber" and then "Line" and then when the part number is scanned into google sheets it is broken up? So for example, the operator would scan a barcode that is pre made that would have both the…
noahfish5
  • 35
  • 4
1
vote
0 answers

Zxing API CODE_39 throwing Java.lang.ArrayIndexOutOfBoundsException: -1

I am using package com.google.zxing to create a barcode with type CODE_39 and is throwing Java.lang.ArrayIndexOutOfBoundsException: -1.I am able to get the barcode with different format(code_128,PDF_417,QRCode).Why I am getting array indexout of…
John
  • 9
  • 1
  • 6
1
vote
1 answer

How to omit start/stop character in Code 39 barcode interpretation line?

Is there a way to omit the start/stop character in the interpretation line of a Code 39 barcode? Obviously the barcode itself should contain them. ||| |||| || | |||| *1234567890* <-- How to remove * here? Here's the ZPL…
reformed
  • 4,505
  • 11
  • 62
  • 88
1
vote
1 answer

How to read code 39 using zxing in android?

I am using zxing in my android application to read QR_CODE and Barcodes. My application is unable to read the CODE_39 using zxing. I am using the following code in CaptureActivity OnResume Method: Intent intent = getIntent(); String action…
Ehsan Anjum
  • 762
  • 8
  • 15
1
vote
2 answers

How to properly decode code 39

I'm looking for the correct solution to decode a Code 3 of 9 barcode format. What I found on wikipedia stated the following: Each character is composed of nine elements: five bars and four spaces. Three of the nine elements in each character are…
djthoms
  • 3,026
  • 2
  • 31
  • 56
1
vote
1 answer

Barcode39 PHP class stops working

I don't know what happened, but barcode39.php class is just not working anymore. If You follow the link http://eventstar.hu/api/code39/BARCODE-123456789101 , You can see that there's a broken image link, however, the image was generated directly to…
Balázs Varga
  • 1,797
  • 2
  • 16
  • 32
1
vote
1 answer

How to print Bar code 39 on star tsp future PRNT

Hi am working on the Star TSP100 futurePRNT, have got a sample example to print data which is working fine. They use the code "\x1b\x1d\x61\x1" to allign to center. Need to know which coding it is? And how to print Code - 39 barcode in using the…
1
vote
0 answers

zBar sdk not scaning VIN code

I am using zBAr SDK to scan VIN code. I am following the zBar's tutorial to set scan symbology of Code_39. Each time I run the app it says "the image picker failing to read". I am using the following code [reader1.scanner setSymbology:…
1
vote
1 answer

FPDF barcode without human readable text

Using FPDF and FPDI library, is it possible to print barcode without human readable text? I am using Code39 library but I cannot find anywhere to disable the text.
1
vote
2 answers

Launch IOS Bar Code Scanner From Web Link

I am adding Code 39 bar code scanning functionality to a C# asp.net web app. This function must work with iphone, ipad, android phone, and android tablet. I need the scanned bar code value to be passed back to my web app. So far I have been able…
James Sumner
  • 138
  • 3
  • 15
1
vote
0 answers

Read 2d barcode from scanned pdf (image) via jquery or javascript?

Anyone out there aware of any way to read a CODE39 barcode from a scanned 1 page .pdf via jQuery or javascript? My goal is to be able to pass the url path of the .pdf to a function that returns the data string encoded in the barcode on the scanned…
rdel
  • 155
  • 1
  • 1
  • 10
1
vote
1 answer

How to Get the "Code39" Barcode Information?

I have a "code39" barcode. How can I get the information from that bar code: product name, manufacturer, and everything else? Please help.
user1323273
  • 21
  • 1
  • 4