1 DATECS
DPP-350
Programmer’s manual VER.1.50
37
d
Box thickness (from 1 to 64).
The coordinates are relative to the left corner of the page, defined using
ESC W
(The print direction
doesn’t matter).
If some part of the rectangle is outside the page, only the part inside the page is filled.
The box thickness is always to the inner side of the rectangle.
The command is invalid in standard mode.
The command is supported in firmware version 1.42 or higher.
95.
Printing the non blank page area only in page mode (
GS Z
)
Code:
[1Dh] + [5Ah]
The command checks the whole memory of the page mode. The area from the first horizontal line wit at least 1
black dot to the last such line is printed. The printer does not leave page mode, current page start position and
sizes are not changed. The printed width is 576 or 408 dots depending on the selected paper width.
The command is invalid in standard mode.
The command is supported in firmware version 1.42 or higher.
96.
Specifying the relative vertical position in page mode (
GS \
)
Code:
[1Dh] + [5Ch] + nL + nH
nL
Lower byte of the new vertical position
nH
Higher byte of the new vertical position
The command sets new vertical print position relative to the current one. If the position is outside the currently
active page, the command is not accepted. The real new coordinates depend on the print direction (selected
using
GS T
). The command is invalid in standard mode.
The horizontal position is changed with commands
ESC $
and
ESC \
- they work both in page and standard
mode.
The relative vertical offset is
nL + 256*nH
dots. Offsets in negative direction are given as complement of 65536
(
n
-
=65536 - n
).
The command is supported in firmware version 1.42 or higher.
97.
Executing macro (GS ^)
Code:
[1Dh] + [5Еh] + n1 + n2 + n3
n1
is between 1 and 255: The number of times of macro execution.
n2
is between 1 and 255: Waiting time on macro execution. Waiting time of n2 x 100 msec is given for
every execution.
n3
Macro execution mode. Possible values are:
0
Continuous execution: The Macro is executed n1 times continuously at the time intervals
specified by n2.
1
Execution by LF switch: When LF switch is pressed, the macro is executed once.1
98.
Setting the Real Time Clock (
GS c
)
Code:
[1Dh] + [63h] + YY MM DD WW hh mm[00h]
where:
YY
Year without the century (00-99)
MM
Month (01-12)
DD
Day (01-31)
WW
Day of the week (01-07)
hh
Hour (00-23)
mm
Minutes (00-59)