I am working on making a label for a zebra printer that connects to a counting scale, and when you hit print on the scale the label prints from the printer showing the count. I have been modifying a template that I found for the label and I need to rotate the barcode and text on the label 90 degrees and I am having some issues with this.
I have already tried using the commands such as ^FWR at several different points in the code, however this does not seem to work. Here is my code for the label.
FK"AUTOFR"
FS"AUTOFR"
V00,20,N,""
A50,380,3,3,1,1,R,"COUNT"
B75,380,3,1,2,5,50,B,V00
PA1
FE
FI
