I am implementing Barcode Printing/Scanning into my MS Access Application, we have some Zebra printers so am printing the barcodes using ZPLII. The barcode will consist of a 10 digit ID number (Formated as a Double), but I am unsure which type of barcode to use?
It seems there are so many options to use with ZPLII but the programming guide doesn't seem to give any advice as to which type of barcode to use?
We have both 1D and 2D scanners but it seems 1D will be suffient.
It seems there are:
Code 11
Interleaved 2 0f 5
Code 39
Code 49
Planet Code
PDF 417
EAN-8
UPC-E
Code 93
Code 128
EAN-13
Industrial 2 of 5
Standard 2 of 5
ANSI Codabar
LOGMARS
MSI
Plessey
I have tested a few options the best result seems to be using a "Code 128" barcode:
^FO445,25^BY2,3^BCR,60,N,N,N
^FD1234567890^FS
Am I using the best barcode format for this type of number?
Many Thanks
Leigh
It seems there are so many options to use with ZPLII but the programming guide doesn't seem to give any advice as to which type of barcode to use?
We have both 1D and 2D scanners but it seems 1D will be suffient.
It seems there are:
Code 11
Interleaved 2 0f 5
Code 39
Code 49
Planet Code
PDF 417
EAN-8
UPC-E
Code 93
Code 128
EAN-13
Industrial 2 of 5
Standard 2 of 5
ANSI Codabar
LOGMARS
MSI
Plessey
I have tested a few options the best result seems to be using a "Code 128" barcode:
^FO445,25^BY2,3^BCR,60,N,N,N
^FD1234567890^FS
Am I using the best barcode format for this type of number?
Many Thanks
Leigh