Specifying/Canceling The Inverted Characters - Citizen Model CMP-10 Command Reference Manual

Citizen systems mobile line thermal printer user manual
Hide thumbs Also See for Model CMP-10:
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 =< FF(Hex)}
Specifying/canceling inverted characters.
• "n" is valid only for the lowest bit (n0).
n (Hex)
0
Canceling inverted characters.
1
Specifying inverted characters.
• Inverted-printing means printing the line at 180° turned.
• This is valid only when this is specified at the beginning of a line.
• The initial value of n is "0".
PRINT #1, CHR$ (&H1B) + "{" + CHR$ (0);
PRINT #1, "AAAAA" + CHR$ (&HA);
PRINT #1, "BBBBB" + CHR$ (&HA);
PRINT #1, CHR$ (&H1B) + "{" + CHR$ (1);
PRINT #1, "AAAAA" + CHR$ (&HA);
PRINT #1, "BBBBB" + CHR$ (&HA);
A A A A A
Inversion Canceled
B B B B B
Inversion Specified
Condition
— 41 —
Paper Feed
Direction

Advertisement

Table of Contents
loading

Table of Contents