Epson RP-U420 All in One Printer User Manual


 
CONFIDENTIAL
RP-U420 Print commands LF
Ver. 1.0
p. 28
LF
E
XECUTING
COMMAND
[Name]
Print and line feed
[Format]
ASCII LF
Hex 0A
Decimal 10
[Range]
None
[Default]
None
[Description]
Prints the data in the print buffer and feeds one line, using 4.2 mm {1/6"}.
[Notes] This command sets the print position to the beginning of the line.
Program Example Print Sample
PRINT #1, "AAAAA"; CHR$(&HA); AAAAA
PRINT #1, "BBBBB"; CHR$(&HA); BBBBB
Print commands