Epson L60IIP - TM B/W Direct Thermal Printer Information Manual page 30

Information guide
Table of Contents

Advertisement

GS B n
[Name]
Turn white/black reverse printing mode on/off
[Format]
ASCII
Hex
Decimal
[Range]
0 n
255
GS B n turns the white/black reverse printing mode on or off. When the LSB (least significant bit) of
n is 1, white/black reverse printing mode is turned on. When it is 0, white/black reverse printing
mode is turned off. The default setting is n=0. In white/black reverse printing mode, characters are
printed in white on a black background.
Program Example
PRINT #1, CHR$(&H1D);"B";CHR$(1);
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, CHR$(&H1D);"B";CHR$(0);
PRINT #1, "BBBBB";CHR$(&HA);
GS b n
[Name]
Turn smoothing mode on/off
[Format]
ASCII
Hex
Decimal
[Range]
0 n
255
GS b n turns the smoothing mode on or off. When the LSB (least significant bit) of n is 1, smoothing
mode is turned on. When it is 1, smoothing mode is turned off. The default setting is n=0. Smoothing
is available for quadruple-size or larger characters.
Program Example
PRINT #1, CHR$(&H1D);"!";CHR$(68);
PRINT #1, CHR$(&H1D);"b";CHR$(1);
PRINT #1, "AAAAA"; CHR$(&HA);
Rev. A
GS
B
n
1D
42
n
29
66
n
(Only the least significant bit of n is enabled.)
GS
b
n
1D
62
n
29
98
n
(Only the least significant bit of n is enabled.)
Select font size
Turn on
TM–L60II/L60IIP Information Manual
Print Sample
AAAAA
Reverse
BBBBB
Normal
Print Sample
AAAAA
Command Descriptions 1-23

Advertisement

Table of Contents
loading

This manual is also suitable for:

Esc/pos tm-l60iiEsc/pos tm-l60iip

Table of Contents