Citizen CBM-270 User Manual page 67

Line thermal printer
Hide thumbs Also See for CBM-270:
Table of Contents

Advertisement

ESC
{
n
[Function]
Specifying/Canceling Inverted Characters
[Code]
<1B> H <7B> H <n>
0 ≤ n ≤ 255
[Range]
[Outline]
Specifying/Canceling inverted characters.
• "n" is valid only for the lowest bit (n0).
• Bit n (n0) means the followings.
• Inverted printing means printing the line at 180°turned.
[Caution]
• This is valid only when this is specified at the beginning of a line.
[Default]
n = 0
[Sample Program]
LPRINT CHR$ (&H1B) ; "{" ; CHR$ (0) ;
LPRINT "AAAAA" ; CHR$ (&HA) ;
LPRINT "BBBBB" ; CHR$ (&HA) ;
LPRINT CHR$ (&H1B) ; "{" ; CHR$ (1) ;
LPRINT "AAAAA" ; CHR$ (&HA) ;
LPRINT "BBBBB" ; CHR$ (&HA) ;
END
[Print Results]
n0
Condition
0
Canceling inverted characters
1
Specifying inverted characters
52
CBM-270 User's Manual
CITIZEN

Advertisement

Table of Contents
loading

Table of Contents