Citizen Systems iDP3240 user manual ESC V n, Default Sample Program

Models: iDP3240

1 231
Download 231 pages 37.89 Kb
Page 103
Image 103

ESC V n

[Function]

Specifying/Canceling 90°-right-turned characters

[Code]

<1B>H<56>H<n>

[Range]

n = 0, 1, 48, 49

 

[Outline]

Specifying/canceling 90°-right- turned characters.

 

 

 

 

 

n

 

Function

 

0, 48

 

Canceling 90°-right- turned Characters

 

1, 49

 

Specifying 90°-right- turned Characters

[Caution]

No underlines are attached to 90°-right- turned characters. 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) + “V” + CHR$(0);

LPRINT “AAAAA”;

LPRINT CHR$(&H1B) + “V” + CHR$(1);

LPRINT “AAAAA” + CHR$(&HA);

END

[Print Results]

90° Rotation Canceled ←→

A A A A A

AAAAA

←→

90° Rotation Specified

— 83 —

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