TSC AUTO ID Technology Co., Ltd. 31 Copyright 2013 All Rights Reserved.
EOJ
Description
Let the printer wait until process of commands (before EOJ) be finished then go on the next command.
Syntax
EOJ
Note:
This command has been supported since V6.39 EZ and later firmware.
Example
Sample Code
SIZE 4,0.2
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10,"3",0,1,1,"Two labels are printed without stop."
PRINT 1
PRINT 1
SIZE 4,0.2
GAP 0,0
CLS
TEXT 10,10,"3",0,1,1,"Printer stops before next printing."
PRINT 1
EOJ
PRINT 1