Hi,
I'm developing an app in Android and I need use both modes of printing. I have this example
"! 0 200 200 580 1\r\n" +
"! U1 IN-DOTS\r\n" +
"ON-FEED REPRINT\r\n" +
"COUNTRY LATIN9\r\n" +
"BOX 30 160 510 261 1\r\n" +
"LINE 30 210 510 210 1\r\n" +
"LINE 150 160 150 261 1\r\n" +
"LINE 270 160 270 261 1\r\n" +
"LINE 390 160 390 261 1\r\n" +
"! U1 BEGIN-PAGE\r\n"+
"! U1 SETLP 7 0 24 HIIIIIIIIII\r\n"+
"! U1 END-PAGE\r\n";
This is possible?
Thanks.
Is it possible use Label print mode and Line print mode in same print? |
1 Replies
Yes, it's possible to print labels when the printer is in line_print mode. When in line_print mode, however, the printer will only accept CPCL label printing commands and will not accept ZPL label printing commands.