Change format command prefix on Zebra
We have a need to send the Change Caret command at the beginning of our print job to Zebra printers. We basically need to insert ~CC^ as the first line of output. I have tested with User Commands and the Start of Job, but that inserts a command later, and I am unable to insert the ~CC^ precisely. I end up with C^ in the 4th line. How can this be done?
0
-
That should work correctly although I seem to recall you have to add the control character twice in the driver and so

becomes
0 -
.... I haven't got a printer to test with but you may need to add the XA XZ commands to so the Start of Print would be
~~XA
~~CC^
^XZ
0
Please sign in to leave a comment.
Comments
2 comments