Question

I want to develop a supermarket application for checking and billing.

Should I use barcodes or qrcodes? Which will give better accuracy?

Was it helpful?

Solution

Both will be accurate, the question is how much data do you need to store. QR has much more capacity than something like 3of9 barcode.

OTHER TIPS

The biggest difference here is that a linear barcode (e.g. Code 3 of 9, UPC, EAN, etc.) and a 2-dimensional symbology (e.g. QRCode, DataMatrix, etc.) store data in very different ways. A linear barcode can be read with a simple laser scanner, while most 2-D symbologies require an imager in order to be read. In general, imagers can also read linear barcodes, but are also more expensive than laser scanners.

You will want to consider whether your customers may already have linear scanners only, or whether they would be willing to pay the premium for an imager in order to get the benefit of the extra data that can be encoded in the 2-D symbologies.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top