User`s manual
F–2 Print Samples
Introduction
This appendix contains sample programs that illustrate how to use Digital
control sequences and bar code control sequences in applications.
Digital control sequences are described in Chapter 7, “Digital Emulation.”
Bar code control sequences are described in Appendix A.
NOTE: The print samples in this appendix were printed on an LG06 printer.
Creating Block Characters
The block character examples use the following escape sequences:
ESC[P1;P2’r Set Block Character Parameters (DECBCS)
ESC%SP1 Start Block Character Mode (DECBLOCKC)
ESC%@ Stop Block Character Mode
The following command sequences create the block characters shown in
Figure F–1:
Black Characters, White Background
CSI3;3;0;0;0’r
ESC% 1BLOCK CHARACTERSESC%@
White Characters, Black Background
CSI4;2;1;0;0’r
ESC% 1BLACK BACKGROUNDESC%@
Landscape Character Orientation
CSI2;4;0;0;2’r
ESC% 1LANDSCAPEESC%@