Citizen Systems iDP3240 user manual ESC n, Default Sample Program

Models: iDP3240

1 231
Download 231 pages 37.89 Kb
Page 114
Image 114

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

0

1

Condition

Canceling inverted characters.

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.

 

• The settings of this command have no effect on PAGE MODE,

 

but items set in PAGE MODE are valid even after STANDARD

 

MODE resumes.

[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]

A A A A A

Inversion Canceled

B B B B B

Inversion Specified

A A A A A B B B B B

Paper Feed Direction

— 94 —

Page 114
Image 114
Citizen Systems iDP3240 user manual ESC n, Default Sample Program