EC-PM-80320 User's Manual
- 55 -
ESC @ Initialize printer
Format: ASCII: ESC @
Decimal: 27 64
Hex: 1B 40
Description:
Initialize the printer to the state when the printer was turn on.
ESC D Set horizontal tab position
Format: ASCII: ESC D n1……nk NUL
Decimal: 27 68 n1……nk NUL
Hex: 1B 44 n1……nk NUL
Description:
Set the horizontal tab position to the column specified by nk from the beginning of the line.
n = 0~255; k=0~32;
ESC E Turn emphasized mode on/off
Format: ASCII: ESC E n
Decimal: 27 69 n
Hex: 1B 45 n
Description:
When the last bit (LSB) of the n is 0, the emphasized mode is turned off.
When LSB of the n is 1, the emphasized mode is turned on.
ESC J Print and feed paper
Format: ASCII: ESC J n
Decimal: 27 74 n
Hex: 1B 4A n
Description:
Print the data in print buffer and feed the paper n* (horizontal or vertical motion unit) inches.
n=0~255; Horizontal or vertical motion unit are specified by GS P command.
ESC M Select character font
Format: ASCII: ESC M n
Decimal: 27 77 n
Hex: 1B 4D n
Description:
n = 0, 48; Character A (12*24) is selected;
n = 1, 49; Character B (8*16) is selected.
ESC R Select the international character set
Format: ASCII: ESC R n
Decimal: 27 82 n
Hex: 1B 52 n
Description:
Select the international character set according the value of n as shown in the follow.
0: USA 1: France 2: Germany 3: U.K 4: Denmark I 5: Sweden 6: Italy
7: Spain I 8: Japan 9: Norway 10: Denmark II 11: Spain II 12: Latin America 13: Korea