Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

barcode problem in zebra coding

Former Member
0 Likes
391

I used a barcode type BY3,3.0FO46,1268B3N,N,123,N,YFRFN998FS while developing a script with zebra coding. It is working for all alpha numerics but it is not printing '#'.

Can any one suggest me which barcode allows the '#'.

1 REPLY 1
Read only

Former Member
0 Likes
312

^B3 specifies code39 bar code, which does not support a pound sign...

see [http://en.wikipedia.org/wiki/Code_39]

at the same link you can see information on extended code 39, and also look into code128, which does support the poundsign.

an issue you will ahve is that if these are outbound partner labels, the symbology may be dictated to you such that you HAVE to use code39.

for info on the ZPL code, see [http://www.scribd.com/doc/9614820/Zebra-Manual-ZPL2]

hth

dave