Epson TM-T88 Information Manual page 15

Hide thumbs Also See for TM-T88:
Table of Contents

Advertisement

ESC d n prints the data in the print buffer and feeds n lines. The amount of paper fed per line is based
on the value set using the line spacing command. The maximum paper feed amount is 40 inches. The
default setting of the paper feed amount is 1/6 inch.
Program Example
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, "BBBBB"; CHR$(&H1B);"d";CHR$(6);
PRINT #1, "CCCCC"; CHR$(&HA);
FF
[Name]
Print and return to standard mode (in page mode)
[Format]
ASCII
Hex
Decimal
ESC FF
[Name]
Print data in page mode
[Format]
ASCII
Hex
Decimal
FF prints the data in the print buffer collectively and returns to standard mode. The buffer data is
deleted after being printed. This command returns the values set by ESC W to the default values.
The value set by ESC T is maintained. This command is enabled only in page mode.
ESC FF prints all buffered data in the printable area collectively, in page mode. This command is
enabled only in page mode. After printing, the printer does not clear the buffered data or values set
by other commands. When the printer returns to standard mode, FF or ESC S should be executed.
The above commands do not cut the paper.
Program Example
PRINT #1, CHR$(&H1B);"L";←
PRINT #1, CHR$(&H1B);"W";CHR$(0);CHR$(0);CHR$(0);
CHR$(0);CHR$(120);CHR$(0);CHR$(240);CHR$(0);
PRINT #1, CHR$(&H1B);"T";CHR$(0);←
PRINT #1, "AAAAA"; CHR$(&HA);←
PRINT #1, "BBBBB"; CHR$(&HA);←
PRINT #1, "CCCCC"; CHR$(&H1B);CHR$(&HC);←
PRINT #1, CHR$(&H1D);"V";CHR$(66);(CHR$(0);←
PRINT #1, CHR$(&HC);←
1-6 Command Descriptions
FF
0C
12
ESC
FF
1B
0C
27
12
Select page mode
Select print direction
Store characters for printing
Store characters for printing
Batch print
Batch print and return to standard mode
Print Sample
AAAAA
BBBBB
ESC d used to print one line and
advance the paper by six lines
CCCCC
AAAAA
BBBBB
CCCCC
AAAAA
BBBBB
Cut
CCCCC
Print Sample
Cut paper
Rev. A

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t88pTm-t85Tm-t85p

Table of Contents