![SPRT SP-RMD12 User Manual Download Page 23](http://html1.mh-extra.com/html/sprt/sp-rmd12/sp-rmd12_user-manual_1352053023.webp)
21
Example: set right margin value to 12, you can send the following
commands: ASCII:
ESC Q ACK
Decimal:
27
81
12
Hexadecimal: 1B
51
0C
The BASIC programs for this example are as below:
LPRINT
“12345678901234567890123456789012”
’Ruler
LPRINT
CHR$(27); CHR$(81);CHR$(12);
’ESC Q command
LPRINT
“123456789012345678901234567890”;
LPRINT
“1234567890123456789
0” 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:
Summary of Contents for SP-RMD12
Page 39: ...37 n 2 Off line status n 3 Error status n 4 paper feeding status...
Page 47: ...45 Characters Set 2...
Page 48: ...46...