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.
Asked
Active
Viewed 7,056 times
3
-
`~JR` is the command you are looking for. Per the docs: Issuing a ~JR command performs the same function as a manual power-on reset. – Mark Warren Jul 17 '20 at 13:47
-
Correct ~JR is right - ^JUF resets the configuration – banno Jul 17 '20 at 16:20
1 Answers
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