Reputation: 1
I need to print a 17 digit barcode. Values are coming from parameters. Barcode is printed ok, all parameters are there, it looks good, but it doesn't scan anything with the scanner.
This is what i tried:
^XA
^BY2,2,5^FO05,800
^BCN,100,Y,N,N^FV#01/ProductionNumber;02/02;03/ProductionNumber;04/Application;05/param_ProdNumber;07/10#^FS
^XZ
Image: https://ibb.co/2nFNvdR?fbclid=IwAR0H5ptpw0uTsiqFpGLhelp5AXABvZb1XBaHl0CFKD8XYsGb2lW0OKHLyiw
Upvotes: -1
Views: 4649
Reputation: 1776
Your printer is lopping off the right 3 characters. That's the number 5, the checksum, and the stop character.
Upvotes: 2