BD2-2880/2890 User’s Manual
27
CR
Print Command
<0D>H
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.
LF
LPRINT "AAA" + CHR$ (&HD);
LPRINT "BBB" + CHR$ (&HD);
LPRINT CHR$ (&HD);
LPRINT "CCC" + CHR$ (&HD);
Print and line feed
Print and line feed
Line feed only
Print and line feed
[Function]
[Code]
[Outline]
[See Also]
[Sample Program]
[Print Results]