User`s manual

BD2-2860 User’s Manual
CITIZEN
33
CR
[Function] Print Command
[Code] <0D>H
[Outline] 1) When DS 1-2 is OFF:
This command is ignored.
2) When DS 1- 2 is ON:
With data held inside the internal print buffer, printing and line feed are performed.
Without data inside the internal print buffer, however, no printing is performed.
[See Also] LF
[Sample Program] [Print Results]
LPRINT "AAA" + CHR$ (&HD);
LPRINT "BBB" + CHR$ (&HD);
LPRINT CHR$ (&HD);
LPRINT "CCC" + CHR$ (&HD);