Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I bought a barcode scanner off ebay and, of course, the manual is written entirely in chinese.. i have this barcode:

barcode

i used a barcode generator to create it and when it asked me for the content of the barcode i was creating i typed in "a127-137" and for the format of symbology i chose "code39 extended" but when i printed it off and scanned it i got this:

435905591573

What i want, is to be able to scan a barcode and get back the number/letter string that is below it. I'm trying to set this up for work and I need it to be compatible with a program called "Simply Accounting" in such a way that i can scan the bar code on a part's package and the scanner will paste the part number into an estimate in Simply.

This is the barcode scanner i Have: (Model #: ES-6080W)

enter image description here

share|improve this question

1 Answer

up vote 0 down vote accepted

The contents of the barcode are "+A127-137"

See the decoding by zxing: http://zxing.org/w/decode?u=http%3A%2F%2Fi.stack.imgur.com%2FGy4jN.png&full=true

I am not sure you are quite encoding what you want, but more than that, your scanner does not seem to be reading Code 39.

share|improve this answer
thank you i solved my problem after, im not sure why but for some reason my barcode scanner was converting groups of numbers (like 127) into extended and seemingly more encoded values (like "435905591573") but i fooled around with the settings and found out that Code 39 readability was turned off. so you were right! thank you – daniel11 Feb 2 at 21:51

protected by Community Apr 12 at 17:04

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.