Esc { N ( Specifying/Canceling The Inverted Characters ) - Citizen CT-S280 Command Reference Manual

Line thermal printer
Hide thumbs Also See for CT-S280:
Table of Contents

Advertisement

ESC { n
[Function]
[Code]
[Range]
[Outline]
[Caution]
[Default]
[Sample Program]
[Print Results]
Specifying/canceling the inverted characters
<1B>H<7B>H<n>
0≤n≤255
Specifying/canceling inverted characters.
• "n" is valid only for the lowest bit (n0).
• Control by the lowest bit (n0) is shown as follows:
Turns the data of the line by 180° and print the data.
n0
0
Canceling inverted characters.
1
Specifying inverted characters.
• This command is valid only when it is specified at the beginning of a line.
• This command does not affect the PAGE MODE.
n = 0
LPRINT CHR$(&H1B); "{"; CHR$(0);
LPRINT "TEN"; CHR$(&HA);
LPRINT "ELEVEN"; CHR$(&HA);
LPRINT CHR$(&H1B); "{"; CHR$(1);
LPRINT "TEN"; CHR$(&HA);
LPRINT "ELEVEN"; CHR$(&HA);
Inversion canceled
Inversion specified
Condition
- 29 -
Paper feed direction

Advertisement

Table of Contents
loading

Table of Contents