I'm using EPL to print directly barcode from a Zebra printer (LP 2844 to be more specific). The problem I'm having is that I can't control the physical length of the barcode.
For example, these 2 lines of code will print 2 barcodes with different length even though the narrow bar width, wide bar width and the length of the contents are set to be the same.
B134,308,0,1,4,12,160,B,"00G38EX"
B136,540,0,1,4,12,160,B,"0086150"
I know that the input content is what matters here but I can't just figure out how it works. Is there any way to set the length of the barcode to be fixed or at least make it controllable ie: given a known input content, I know what I should expect the physical length would be.