24.01.2015 Views

1 Turn off the power of the printer. - Van Mechelen

1 Turn off the power of the printer. - Van Mechelen

1 Turn off the power of the printer. - Van Mechelen

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ESC t n<br />

[Function]<br />

[Code]<br />

Selecting <strong>the</strong> character code table<br />

HH<br />

[Range] 0 n 9, n = 255<br />

[Outline]<br />

Selecting <strong>the</strong> character code table:<br />

The character code table is selected based on <strong>the</strong> value <strong>of</strong> “n”.<br />

n<br />

Character Code Table<br />

0 Codepage PC437 (USA, European Standard)<br />

1 Codepage Katakana (Japanese)<br />

2 Codepage PC850 (Multilingual)<br />

3 Codepage PC860 (Portuguese)<br />

4 Codepage PC863 (Canadian-French)<br />

5 Codepage PC865 (Nordic)<br />

6 Codepage PC852 (Eastern Europe)<br />

7 Codepage PC866 (Russian)<br />

8 Codepage PC857 (Turkish)<br />

9 Windows Codepage<br />

255 Space Page(For user setting)<br />

[Default]<br />

[See Also]<br />

[Sample Program]<br />

This is a character code table specified with DIP Switch.<br />

Refer to “11. CHARACTER CODES TABLE“<br />

LPRINT CHR$(&H1B) + “t” + CHR$(0);<br />

LPRINT “n”=0;<br />

FOR C=&HB2 TO &HB5<br />

LPRINT CHR$(C);<br />

NEXT C<br />

LPRINT CHR$(&HA);<br />

LPRINT CHR$(&H1B) + “t” + CHR$(9);<br />

LPRINT “n”=9;<br />

FOR C=&HB2 TO &HB5<br />

LPRINT CHR$(C);<br />

NEXT C<br />

LPRINT CHR$(&HA);<br />

END<br />

[Print Results]<br />

n = 0<br />

←⎯ n = 0<br />

n= 9<br />

2 3 ’ µ<br />

←⎯ n = 9<br />

— 92 —

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!