CBM-253 User’s Manual
41
CITIZEN
CR
[Name] Printing command
[Code] <0D>H
[Function] 1 When DSW1-7 is OFF, this command will be disregarded.
2 When DSW1-7 is ON, the data in the print buffer will be printed, and line feeding will
be carried out based on the set line feeding amount.
• The next printing start position will be at the head of the line.
[Items requiring caution]
• This command will only be effective for parallel interface printers.
[Reference] LF
[Program example]
LPRINT "AAA" + CHR$ (&HD) ;
LPRINT "BBB" + CHR$ (&HD) ;
LPRINT CHR$ (&HD) ;
LPRINT "CCC" + CHR$ (&HD) ;
[Printing result]