3

Is there a ZPL command to simply restart a Zebra printer? So far I could only find the ~JR command, which to me doesn't look like what I'm searching for. I just need a way to issue a restart to the printer without resetting any of its configuration.

1 Answers1

0

Just in case if you face a scenario when you can't send ZPLs to the printer, the way to do it is to use the SDK (Not ZPL)

If you have an application that connects with the printer and is using the printer API using SDK, you can use it to reset the Printer.

Note: This will work only when you can't even access the Web interface of the printer.

Here is the Documentation of that specific method: Interface ToolsUtil : reset()

Ajmal V Aliyar
  • 1,569
  • 14
  • 19