Reputation: 1
Currently I'm creating dhl label using zpl command. I'm new to zpl commands.
I have used BC - zpl command for code 128 barcode. This is my code:
^BCN,,N,N^FD>:2LDE44536+99000900153004^FS
My problem: Above zpl code create barcodes, but when I check this barcode http://barcode.tec-it.com/ value : 2LDE44536+99000900153004
my barcode bars look different.
Please guide me right format use here for get right barcode.
Thanks in advance
Upvotes: 0
Views: 568
Reputation: 1278
Have you scanned both codes to compare data? Check the manual to be sure, but the >:
is specifying subset B (Normal Alpha Numeric). Your +
symbol may be getting dropped.
Upvotes: 1