Line Thermal Printer DEP-50
30
31
User’s Manual
34
ESC a
Aligning the characters
1BH 61H n
35
ESC c5
Enabling/disabling the panel switches
1BH 63H 35H n
36
ESC d
Printing and feeding the paper by n lines
1BH 64H n
37
ESC i
Cutting the paper
1BH 69H
38
ESC m
Cutting the paper
1BH 6DH
39
ESC p
Generating a drawer-kick pulse
1BH 70H m n1 n2
40
ESC t
Selecting the character code table
1BH 74H n
41
ESC v
Transmitting the printer status
1BH 76H n
42
ESC x
Reversing the print direction
1BH 78H n
43
ESC {
Specifying/canceling the inverted characters
1BH 7BH n
44
GS ( A
Printing a self-test
1GH 28H 41H pL pH n m
45
GS B
Specifying/canceling the black/white i
nverted printing
1DH 42H n
46
GS L
Setting the left margin
1DH 4CH n1 n2
47
GS V
Cutting the paper
(1) 1DH 56H m
(2) 1DH 56H m n
48
GS k
Printing the bar code
1DH 6BH n [d]
49
GS w
Selecting the horizontal size (scale factor)
of bar code
1DH 77H n
50
GS h
Selecting the height of the bar code
1DH 68H n
5 1
GS H
Selecting of print position of HRI code
1DH 48H n
52
GS f
Selecting the font of HRI code
1DH 66H n
53
GS p
Setting bar code PDF-417 parameters
1DH 70H
54
GS v0
Printing of raster bit image
1DH 76H 30H [d]
55
GS *
Defining the downloaded bit image
1DH 2An1n2[d]n1xn2
56
GS /
Printing the downloaded bit image
1DH 2FH m
57
GS :
Starting/ending macro definition
1DH 3AH
58
GS ^
Executing the macro
1DH 5EH n1 n2 n3
59
FS p
Printing the downloaded NV bit image
1CH 70H n m
60
FS q
Defining the downloaded bit image
1CH 71H nH
Note:
n, n1, n2, n3, n4, n5, n6, m, a, s, p, d, N1, N2, N3, N4, and N5 in the table are parameters for each
command.
Note:
[ ]k in the table denotes k-times of repeat.
9. DETAILED DESCRIPTION
XXXX
ALL
[Function]
Command Function
[Code]
A sequence of code constituting a command is represented in
hexadecimal number for
<>H
, binary number for
< >B
, and decimal
number for
< >
, respectively; [ ]k represents a repeat count of k-times.
[Range]
Describes an argument value(setting range) for the command.
[Outline]
Describes a command outline.
[Caution]
Describes a caution as required.
[Default]
Describes an initial value for the command when accompanied by
an argument.
[See Also]
Describes the associated commands for use.
[Sample Program]
Describes a coding example in the Q-BASIC sample program.
* This example is only for your reference and differs depending on the language
used, version, and so on. For details, see the manual for the language used.
BEL
Sounds the beeper
[Code]
[07h]
[Outline]
Sounds the beeper.
HT
Horizontal Tab Command
[Code]
[09h]
[Outline]
Shifts the printing position to the next horizontal tab position.
•
Ignored when the next horizontal tab position has not been set.
•
The horizontal tab position is set by ESC D.
•
Initial setting of the horizontal tab position is each 8 characters in
9th, 17th, 25th, columns.
[See Also]
ESC D