9
7. Command valid range
- When the power switch is OFF
(1) The set parameter is maintained.
(2) The set parameter is not maintained.
(3) The set command is not maintained.
- Valid range within item
(1) The set parameter is in effect until a new specification is made.
(2) The parameter preset will be invalid.
(3) The set command becomes invalid.
- Valid range between items
(1) The set parameter becomes the default value with the next item <A>.
(2) The set parameter is in effect until a new specification is made.
(3) The set parameter becomes invalid.
(4) The set command becomes invalid.
8. Command function overview
9. Command and necessary parameter
<L>AABB means ESC+L(<1B>
16
<4C>
16
) and 2 kinds of parameter AA and BB.
10. Command coding examples
The below is when the coding example is output via RS-232C to the printer in BASIC language programing:
10 ESC$=CHR$(&H1B)
20 OPEN “COM1:9600,N,8,1,RS,BIN” FOR OUTPUT AS #1
30 PRINT #1,ESC$;“A”;
40 PRINT #1,ESC$;“V100”;ESC$;“H200”;
50 PRINT #1,ESC$;“P3”;ESC$;“L0403”;
60 PRINT #1,ESC$;“XMABCD”;
70 PRINT #1,ESC$;“Q2”;
80 PRINT #1,ESC$;“Z”;
90 CLOSE #1
100 END
11. Supplemental explanation of command function and parameter
12. Remarks or restrictions when using the command
13. Commands affected by using the command