This command sets absolute position, and won't be influenced by character
commands ESC U and ESC W.
Example: set left margin value to 12, you can send the following commands:
commands:
ASCII: ESC
1
Hexadecimal:
1B 6C 0C
The BASIC programs for this example are as below:
LPRINT "1234567890123456"
LPRINT
CHR$(27); CHR$(108);CHR$(12); 'ESC 1 command
LPRINT "123456789012345678901234567890"
The print result is as following:
ESC Q
Format: ASCII:
Decimal:
Hexadecimal:
Explanation:
The value of n should be in the range from 0 to the line width of this model
printer.
Default n=0, that means no right margin.
This command sets absolute position, and won't be influenced by character
commands ESC U and ESC W.
After setting this command, the printer will carry out carriage return and feed line as
long as the right margin position is reached.
Example: set right margin value to 12, you can send the following
commands: ASCII:
Decimal:
27
Hexadecimal: 1B
The BASIC programs for this example are as below:
LPRINT
"12345678901234567890123456789012"
LPRINT
CHR$(27); CHR$(81);CHR$(12);
ACK Decimal:
27
'Ruler
ESC
Q
n
27
81
n
1B
51
ESC
Q ACK
81
12
51
0C
108
12
Set Right Margin
n
'Ruler
'ESC Q command
24
Need help?
Do you have a question about the SP-RMD11A and is the answer not in the manual?