Printer Initialization - TallyGenicom Matrix Printer Programmer's Manual

Tallygenicom matrix printer programmer's manual
Table of Contents

Advertisement

Printer Initialization

Data Structure
ASCII
hex.
dec.
Description
Printer initialization means that the printer is in the same state as it is after switch-on. All
parameters set by means of ESC sequences are cleared.
All print data transferred after the last print control code (CR, LF ...) are lost. For this
reason first send the respective print control code (CR, LF) and then the ESC @
sequence.
Example
10
15
20
30
35
40
70
80
90
100 LPRINT "Matrix Printer"
110 LPRINT:LPRINT
120 END
114
Miscellaneous
ESC "@"
printer initialization
1B
40
27
64
REM
initialization
LPRINT CHR$(27);"l";CHR$(10):REM set left margin
LPRINT CHR$(27);CHR$(15):REM set condensed
LPRINT CHR$(27);"G":REM set NLQ
LPRINT CHR$(27);"S1";:REM set subscript
GOSUB 90
LPRINT CHR$(27);"@";
GOSUB 90
END
ESC @

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Matrix Printer and is the answer not in the manual?

Table of Contents