Epson RP-U420 All in One Printer User Manual


 
CONFIDENTIAL
RP-U420 Usable application programs and tips
Ver. 1.0
p. 10
■ ■ ■
more
■ ■ ■
more
Programming Example
PRINT #1, CHR$(&H1B);"@";
Initializes the printer
PRINT #1, CHR$(&H1B);"c0";CHR$(3);
Selects a print sheet
PRINT #1, CHR$(&H1B);"z";CHR$(1);
Selects parallel printing on receipt and journal
PRINT #1, CHR$(&H1B);”d”;CHR$(6);
Feeds 6-line
PRINT #1, “01-01-01 #12345”;CHR$(&HA);
PRINT #1, "RP-U420 420";CHR$(&HA);
PRINT #1, "PS-170 170";CHR$(&HA);
PRINT #1, "TOTAL 590";CHR$(&HA);
PRINT #1, "----------------------------";CHR$(&HA);
PRINT #1, "PAID 600";CHR$(&HA);
PRINT #1, "CHANGE 10";CHR$(&HA);
PRINT #1, CHR$(&H1B);”d”;CHR$(23);
Feeds 23-line
PRINT #1, CHR$(&H1B);”o”;
Executes stamp for the next sheet
PRINT #1, CHR$(&HC);
Issues a receipt
END
Prints details
Stamp