SATO SG112 ex Programming Reference Manual page 21

Hide thumbs Also See for SG112 ex:
Table of Contents

Advertisement

The set command is not maintained.
Valid range within items
The set parameter is valid until the next specification is made.
The set parameter becomes invalid.
The set command becomes invalid.
Valid range between items
The set parameter becomes initial value at the next item <A>.
The set parameter is valid until the next specification is made.
The set parameter becomes invalid.
The set command becomes invalid.
7. Explains the function of command.
8. Explains the command and required parameter.
<L>AABB indicates the command ESC+L (<1B>
"aa" and "bb".
9. Shows the example of how the command is used.
This is the coding example programmed in BASIC output to the printer connected with
RS-232C.
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
10. Provides the supplemental information of command function and parameter.
11. Provides notes and restriction for the use of command.
12. Shows the commands that come under the influence of used commands.
<4C>
) and two types of parameters such as
16
16
20

Advertisement

Table of Contents
loading

Table of Contents