Epson RP-U420 All in One Printer User Manual


 
CONFIDENTIAL
RP-U420 Print commands FF
Ver. 1.0
p. 29
FF
E
XECUTING
COMMAND
[Name]
Print and feed paper to print starting position
[Format]
ASCII FF
Hex 0C
Decimal 12
[Range]
None
[Default]
None
[Description]
When DIP switch 1-7 is OFF (autocutter installed):
When receipt is selected as the print sheet, prints the data in the print buffer and feeds to the next print
starting position and cut (one point left uncut).
When journal is selected as the print sheet, prints the data in the print buffer and feeds to the next print
starting position.
When DIP switch 1-7 is ON (manual cutter installed):
When receipt or journal is selected as the print sheet, prints the data in the print buffer and feeds to the
next print starting position.
[Notes] This command is effective only in the Taiwan mode (when DIP switch 1-8 is ON). This mode can be set to
the printer which is equipped with the Taiwan black mark sensor.
This command is effective only when receipt or journal is selected as the print sheet.
After the operation, the printer sets the print starting position to the beginning of a line.
The paper is not fed when the paper is present at the print starting position or when the mark sensor
detects the marked portion. The paper is fed when the paper is not present at the print starting position or
when the mark sensor does not detect the marked portion.
Program Example for all printers Print Sample
PRINT #1, CHR$(&H1B);"c0";CHR$(2);
Select paper type AAAAA
PRINT #1, "AAAAA"; CHR$(&HA); BBBBB
PRINT #1, "BBBBB"; CHR$(&HC);
Cut receipt
Print commands