Citizen Systems PPU-231II manual ESC n, Default Sample Program Print Results

Models: PPU-231II

1 104
Download 104 pages 31.68 Kb
Page 54
Image 54

ESC { n

[Function]

Specifying/Canceling the inverted characters

[Code]

<1B>H<7B>H<n>

[Range]

0 n

255

[Outline]

Specifying/canceling inverted characters.

 

• “n” is valid only for the lowest bit (n0).

 

• Control by the lowest bit (n0) is shown as follows:

 

 

 

 

n0

Condition

 

0

Canceling inverted characters.

 

1

Specifying inverted characters.

 

 

 

[Caution]

Inverted printing means printing the line turned 180°.

This command is valid only when it is specified at the beginning of a line.

This command does not affect the PAGE MODE.

[Default]

[Sample Program]

[Print Results]

n = 0

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

AAAAA

Inversion Canceled

BBBBB

Inversion Specified

AAAAA BBBBB

<

Paper Feed Direction

— 52 —

Page 54
Image 54
Citizen Systems PPU-231II manual ESC n, Default Sample Program Print Results