Half-Speed Printing - TallyGenicom Matrix Printer Programmer's Manual

Tallygenicom matrix printer programmer's manual
Table of Contents

Advertisement

Half-Speed Printing

Data Structure
ASCII
hex.
dec.
Description
With n=1 the print speed is reduced by half. The result is a lower printer noise level.
With n=0 the normal print speed is set.
Example
10
20
30
40
50
60
70
80
90
100 LPRINT "This is half speed print in draft mode"
110 LPRINT "
120 LPRINT CHR$(28);"@"
130 END
ESC "s"
<n>
1B
73
<n>
27
115 <n>
REM
selects half-speed printing
LPRINT "This is full speed print in LQ mode"
LPRINT CHR$(27);"s";CHR$(1);:REM
LPRINT "This is half speed print in LQ mode"
LPRINT "
LPRINT CHR$(27);"s";CHR$(0);:REM
LPRINT CHR$(27);"x";CHR$(0):REM
LPRINT "This is full speed print in draft mode"
LPRINT CHR$(27);"s";CHR$(1);:REM
set half speed
(Quiet Mode)
Set full speed
Set draft mode"
set half speed
(Quiet Mode)
'Resets printer
ESC s
97
Miscellaneous

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?

Subscribe to Our Youtube Channel

Table of Contents