Line Thermal Printer DEP-50
52
53
User’s Manual
ESC \ n1 n2
Specifying the Relative Positions
[Code]
[1Bh] + [5Ch] + n1 + n2
[Range]
{0 <= n1 <= FFh}
{0 <= n2 <= FFh}
[Outline]
The printing start position is specified in the number of
dots(1/203 inch unit) from the current position.
•
Rightward direction is taken as plus and leftward direction as minus.
30.4
Not Used
30.5
Not Used
30.6
Not Used
30.7
Reserved – always 1
31.0
Not Used
31.1
Not Used
31.2
Not Used
31.3
Not Used
31.4
Not Used
31.5
Not Used
31.6
Not Used
31.7
Reserved – always 1
32.0
Not Used
32.1
Not Used
32.2
Not Used
32.3
Not Used
32.4
Not Used
32.5
Not Used
32.6
Not Used
32.7
Reserved – always 1
•
To specify N dot in minus (left) direction, use a complement of N for
assignment.
– N dots = 65536 – N
•
The number of dots is divided by 256, whose quotient is taken as n2
and the residual as n1.
•
There are 384 dots per line (positions from 0 to 383).
[Caution]
•
Specifying exceeding the beginning of the line or the end of the line
ignored.
[Default]
•
The initial value is not specified.
[See Also]
ESC $
ESC _
Restore factory defaults and save them to nonvolatile RAM
[Code]
[1Bh] + [5Fh]
[Outline]
Select font A, no bold, no underline, etc. Restore tab defaults.
The parameters are read from the flash memory.
Downloaded font and downloaded bit image are cleared.
Copy internal fonts A and B to user fonts. DIP switches are read again.
Data in the input buffer is not cleared.
[See also]
ESC @
ESC ‘
Transmits the current power supply voltage and the print head temperature.
[Code]
<1B>H<60>H
[Outline]
The printer transmits two bytes data. First byte is the power
supply voltage given as 0.1 mV plus 20h. the second byte is
the print head temperature, in degrees Celsius, plus 20h.
[Example]
If the battery voltage is 6.4 V, and the print head temperature is 33°C,
the printer will transmit <60h><41h>, which is <40h+20h><21h+20h>
or <64+32><33+32>.