23
The print result is as following:
ESC P
Set Character Space
Format: ASCII:
ESC
P
n
Decimal:
27
112
n
Hexadecimal:
1B
70
n
Explanation:
This command is used to set space dot between characters, which is also valid for Chinese
characters.
Default n=0, means no space between characters. (dot is absolute value and won’t be
influenced by enlarging or narrow commands), n=0~255
4.2.3 Character Setting Commands
ESC U
Enlarge Width
Format: ASCII:
ESC
U
n
Decimal:
27
85
n
Hexadecimal:
1B 55
n
Explanation:
After inputting this command, the characters, graphics and Chinese characters are printed
at n times of normal width, n=1
~
8. Default n=1 when the dots are 24, while default n=2
when the dots are 16. These are normal printing width.
Remark: n=1
~
8, the other value of n will be invalid.
The BASIC programs for observing the enlarging effect of this command are as below:
FOR I=1 TO 3
LPRINT “CHR$ (27); CHR$ (85);CHR$ (I); ’ESC U command
LPRINT “SPRM”;
’Print character string
NEXTI
’CR command
Summary of Contents for SP-RMDIIID
Page 7: ...5 2 2 Outer dimension 2 2 SP RMDIIID model picture...
Page 41: ...39 n 3 Error status n 4 paper feeding status...
Page 48: ...46 Characters Set 2...
Page 49: ...47...