Citizen Systems BD2-2220 Printer User Manual


 
- 32 -
CR
CT-S280 CT-S300 CT-S2000 CT-S4000 BD2-2220 CT-S310
support model
PMU2XXX
[Function] Back to printing
[Code] <0D>H
[Outline] [The specification which is common to the model]
(1) When memory switch 1-5 is OFF:
This command is ignored.
(2) When memory switch 1-5 is ON:
The same operation as LF is executed.
[See Also] LF
[Sample Program] [Print Results]
In case of (2)
LPRINT "AAA"; CHR$(&HD);
AAA
BBB
CCC
Print and line feed
Print and line feed
Line feed onl
y
Print and line feed
LPRINT "BBB"; CHR$(&HD);
LPRINT CHR$(&HD);
LPRINT "CCC"; CHR$(&HD);