Support 
model 
 
- 83 - 
ESC t n 
 
 [Function]   Selecting the character code table 
 [Code]   <1B>H<74>H<n> 
 [Range]   0≤n≤9, 16≤n≤19, n=26, 40, 255 
[The specification which depend on the model]  
CT-S280/CT-S300/CT-S281/CT-S310/CT-S2000/CT-S4000/ 
CT-S801/CT-S851/CT-S601/CT-S651/CT-P29x series/CT-S310 II
 
0≤n≤9, 16≤n≤19, n=26, 40, 255 
Newer firmware version of CT-S801II/CT-S851II/CT-S601II/CT-S651II/CT-S251/  
CT-S310 II/CT-D150/CT-E351/CT-D151/CT-E651
 
0≤n≤9, 16≤n≤19, n=26, 30, 31, 40, 255
 
 [Outline]    [The specification which is common to the model]  
• Selecting the character code table. 
• The character code table is selected based on the value of “n”. 
 
Space page (For user setting)    
 
 [Default]   [The specification which depend on the model] 
 
CT-S281/CT-S310/CT-S2000/CT-S4000/CT-P29xseries/CT-S801II/CT-S851II/CT-S601II/CT-S
651II/CT-S310 II/CT-S251/CT-D150/CT-E351/CT-D151/CT-E651 
n follows the setting of MSW9-1. 
 [Sample Program] 
          [Print Results]  
 
LPRINT CHR$(&H1B);"t"; CHR$(0); 
LPRINT "n=0 ";          n=0 
FOR C=&HB1 TO &HB5 
  LPRINT CHR$(C);        n=1 アイウエオ 
NEXT C 
LPRINT CHR$(&HA); 
LPRINT CHR$(&H1B);"t"; CHR$(1); 
LPRINT "n=1   "; 
FOR C=&HB1 TO &HB5 
LPRINT CHR$(C); 
NEXT C 
LPRINT CHR$(&HA);