Справочник Пользователя для Citizen Systems PMU2XXX

Скачать
Страница из 312
 
- 52 - 
ESC { n 
CT-S280 
CT-S300 
CT-S2000
CT-S4000
BD2-2220 
CT-S310 
support model 
PMU2XXX 
     
 
 
[Function] 
Specifying/canceling the inverted characters 
 
[Code] 
<
1B>H<7B>H<n> 
 
[Range]   
0≦n≦255 
 
[Outline]
 
[The specification which is common to the model]
 
• “n” is valid only for the lowest bit (n0). 
• Rotate data in the line by 180 degrees and print it. 
• Control by the lowest bit (n0) is shown as follows: 
 
n0 Function 
0 Canceling 
inverted 
characters. 
Specifying inverted characters. 
 
[Caution]  
• This command is valid only when it is specified at the beginning of a line. 
• This command does not affect the PAGE MODE. 
 
[Default] 
n=
 
[Sample Program]
 
LPRINT CHR$(&H1B) ;"{"; CHR$(0); 
LPRINT "TEN"; CHR$(&HA); 
LPRINT "ELEVEN"; CHR$(&HA); 
LPRINT CHR$(&H1B) ;"{"; CHR$(1); 
LPRINT "TEN"; CHR$(&HA); 
LPRINT "ELEVEN"; CHR$(&HA);   
 
[Print Results]
 
 
Inversion canceled
 
Inversion specified
 
Paper feed direction