Skip to main content

Questions tagged [barcode]

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

0 votes
1 answer
388 views

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 ...
DrDress's user avatar
  • 127
0 votes
1 answer
327 views

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: ...
SovereignSun's user avatar
4 votes
3 answers
1k views

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. ...
tugberk's user avatar
  • 994