(6)SI (Shift In)

When the SI code is input, all data that follows it will be printed out in con- densed characters. This code is cancelled by the input of “DC 2” code. The SI code can be input at any column position on a line, but all characters/ symbols on the line containing SI code are printed out in condensed characters.

When printing condensed characters, the data capacity of the print buffer will become 132 columns per line.

When the SO code is received after the input of the SI code, condensed enlarged characters (double width of condensed characters) can be printed. This condition is cancelled by “DC 4” code, and the character size returns to “condensed.”

1.[DATA] q ABCDEFGHIJKL m m

[PRINT] ABCDEFGHI JKL

2.[DATA] Ax a DEF Isb] GHIJKL (CRI (LF] [PRINTI fiBCDEFGH1 ,YKL

(7)DC 4 (Device Control 4)

The DC 4 code cancels the SO mode.

[DATA] m ABCDEF m GHI a JKL (CRI m

[PRINT] ABCDEFG H I JKL

(8) DC 2 (Device Control 2)

The DC 2 code cancels the SI mode.

[DATA] m ABCDEF m GHI lCRj m m JKLMN m m

[PRINT] ABCDEFG H IJt:::LMN

(9)HT (Horizontal Tab)

The HT code carries out the horizontal tabulation.

If there is no tab position set, this code is ignored. The tab stop positions are set by “ESC D+n” (described later).

- 3 6 -