Citizen BD2-2890DD Specifications page 39

Control board for mlt-289
Table of Contents

Advertisement

ESC { n
Specifying/Canceling the Inverted Characters
[Function]
[Code]
<1B>H<7B>H<n>
[Range]
{0 =< n =< FF} Data is described in Hex code.
[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.
• The initial value of n is "0".
[Default]
[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);
[Print Results]
n0
0
Canceling inv rted characters.
1
Specifying inverted characters.
Inversion Canceled
Inversion Specified
Condition
35
BD2-2890DD SPECIFICATIONS
Paper Feed Direction

Advertisement

Table of Contents
loading

Table of Contents