Questions tagged [barcode]
This tag should be used for questions on how to generate, decode, or use barcodes in programs.
6 questions
0 votes
1 answer
388 views
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 ...
0 votes
1 answer
327 views
Barcode that support ~3500 chars [closed]
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 this: ...
4 votes
3 answers
1k views
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. ...