Epson RP-U420 All in One Printer User Manual


 
CONFIDENTIAL
RP-U420 Print commands CR
Ver. 1.0
p. 30
CR
E
XECUTING
COMMAND
[Name]
Print and carriage return
[Format]
ASCII CR
Hex 0D
Decimal 13
[Range]
None
[Default]
None
[Description]
Prints the data in the print buffer and does not feed the paper.
[Notes] Sets the print starting position to the beginning of the line.
Program Example Print Sample
AAAAA
PRINT #1, "AAAAA";CHR$(&HD); BBBBB Auto line feed enabled
PRINT #1, " BBBBB";CHR$(&HA); AAAAABBBBB Auto line feed disabled
Print commands