Seiko TM-L60 Specifications Page 30

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 29
Rev. A Command Descriptions 1-23
TM–L60II/L60IIP Information Manual
GS B n
[Name] Turn white/black reverse printing mode on/off
[Format] ASCII GS B n
Hex 1D 42 n
Decimal 29 66 n
[Range] 0n 255 (Only the least significant bit of n is enabled.)
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.
GS b n
[Name] Turn smoothing mode on/off
[Format] ASCII GS b n
Hex 1D 62 n
Decimal 29 98 n
[Range] 0n 255 (Only the least significant bit of n is enabled.)
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 Sample
PRINT #1, CHR$(&H1D);"B";CHR$(1);
PRINT #1, "AAAAA"; CHR$(&HA); BBBBB Normal
PRINT #1, CHR$(&H1D);"B";CHR$(0);
PRINT #1, "BBBBB";CHR$(&HA);
Program Example Print Sample
PRINT #1, CHR$(&H1D);"!";CHR$(68);
Select font size
AAAAA
PRINT #1, CHR$(&H1D);"b";CHR$(1);
Turn on
PRINT #1, "AAAAA"; CHR$(&HA);
AAAAA
Reverse
Page view 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 97 98

Comments to this Manuals

No comments