I am using following Barcode printer to print exactly the value 000220200
, so that the scanner can get original value.
But when i print it out, and again scan with scanner it always getting : 5000220200
10 in length instead of original 000220200
// used barcode <Type>Code128</Type>,tried all other types too
var label = dymo.label.framework.openLabelXml(labelXml);
label.setObjectText("BARCODE", '000220200');
label.print("DYMO LabelWriter 450"); // This is the NAME of the printer which i found
it Works. The problem was caused because i was using an invalid <type></type>
"Dear Dymo. Please fix exception errors, so that people buying your hardware can stop wasting time."