User`s manual

BP-002 User's Manual
- 41 -
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=0255; 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
ESC V Turn 90°clockwise rotation mode on/off
Format: ASCII: ESC V n
Decimal: 27 86 n
Hex: 1B 56 n
Description:
n=0,48 Turn off 90°clockwise rotation mode.
n=1,49 Turn on 90°clockwise rotation mode.
No 90°clockwise rotation for underline in underline mode.
ESC \ Set relative print position
Format: ASCII: ESC \ nL nH
Decimal: 27 92 nL nH
Hex: 1B 5C nL nH
Description:
Set the print position at (nL+nH*256)* (horizontal or vertical motion unit) inches from current position;
nL, nH=0255.
Horizontal or vertical motion unit is specified by GS P command.