Define ZPL as a pre-specified language with Link-OS-Android?
I using this :
PrinterLanguage pl = printer.getPrinterControlLanguage();
But I get this as a result:
LINE_PRINT
I need from Link-OS-Android since I use many IMZ320 printers and I can not configure one by one and it is not correct to use Zebra Setup Utilities.
Thank you very much!
Define ZPL as a pre-specified language with Link-OS-Android?// Expert user has replied. |
1 Replies
Hi Daniel,
The best way to set up the printer language is by using the following command:
If you want to set up the language in ZPL.
! U1 setvar "device.languages" "zpl"
For more information, please review the posts below and the ZPL programming guide pag 657.
https://www.zebra.com/content/dam/zebra/manuals/en-us/software/zpl-zbi2…
Thanks,
MC