3. PRINTER FUNCTIONS
TPTCM
79
3-
0
≤
xH, xL, yH, yL
≤
255
[Description]
Prints graphic bank from flash or ram.
n selects the graphic source as follows:
n
n
o
i
t
c
n
u
F
0
k
n
a
b
m
a
r
t
n
i
r
P
1
1
o
g
o
l
k
n
a
b
h
s
a
l
f
t
n
i
r
P
2
2
o
g
o
l
k
n
a
b
h
s
a
l
f
t
n
i
r
P
3
3
o
g
o
l
k
n
a
b
h
s
a
l
f
t
n
i
r
P
xL + xH
×
256 specifies the starting dotline (
@
1
÷
585
A
1
÷
315).
yL + yH
×
256 specifies the number of lines to print.
[Notes]
• If (xL + (xH
×
256)) >
@
585
A
315 the printer does not
execute the command.
• If ( xL + ( xH
×
256 ) + yL +( yH
×
256 ))>
@
585
A
315
the printer prints only
@
585
A
315 - xL + ( xH
×
256 ) +1
dotline.
•
@
indicates TPTCM60x
A
indicates TPTCM112x
[Default]
[Reference]
ESC ³, ESC ², ESC ¦
[Example]
To print from ram bank dotline 100 to dotline 299, send:
1BH FAH 00H 00H 64H 00H C7H
)
e
c
a
f
r
e
t
n
i
l
a
i
r
e
s
y
l
n
o
(
¹
C
S
E
)
e
c
a
f
r
e
t
n
i
l
a
i
r
e
s
y
l
n
o
(
¹
C
S
E
)
e
c
a
f
r
e
t
n
i
l
a
i
r
e
s
y
l
n
o
(
¹
C
S
E
)
e
c
a
f
r
e
t
n
i
l
a
i
r
e
s
y
l
n
o
(
¹
C
S
E
)
e
c
a
f
r
e
t
n
i
l
a
i
r
e
s
y
l
n
o
(
¹
C
S
E
[Name]
Transmit ram bank to serial port
[Format]
ASCII
ESC ¹
nL
nH
Hex
1B
FB
nL
nH
Decimal
27
251 nL
nH
[Description]
Transmits (nH x 256) + nL bytes of ram bank to serial port.
[Notes]
• The size of ram bank for graphic printing is :
@
448 horizontal dots (56 bytes/dotline) x 585 vertical dots
(32760 bytes = 16380 words).
A
832 horizontal dots (104 bytes/dotline) x 315 vertical dots
(32760 bytes = 16380 words).
•
@
indicates TPTCM60x
A
indicates TPTCM112x
[Default]