Citizen PPU-700II Specifications Page 55

  • Download
  • Add to my manuals
  • Print
  • Page
    / 200
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 54
- 53 -
[Sample Program] [Print Results]
GOSUB IMG
LPRINT CHR$(&H1D);"/"; CHR$(0);
LPRINT CHR$(&H1D);"/"; CHR$(1);
LPRINT CHR$(&H1D);"/"; CHR$(2);
LPRINT CHR$(&H1D);"/"; CHR$(3);
END
IMG:
n1=10:n2=5
LPRINT CHR$(&H1D);"*";
LPRINT CHR$(n1); CHR$(n2);
FOR J=1 TO n1*8
FOR I=1 TO n2
LPRINT CHR$(J);
NEXT I
NEXT J
RETURN
GS / m
[Function] Printing the downloaded bit image
[Code] <1D>H<2F>H<m>
[Range] 0m3, 48m51
[Outline] Prints downloaded bit image in a mode specified by “m”.
Modes that can be selected by “m” are shown below.
m Mode Name
Dot Density in
Vertical Direction
Dot Density in
Horizontal Direction
0,48 NORMAL MODE 203DPI 203DPI
1,49 DOUBLE WIDTH MODE 203DPI 101DPI
2,50 DOUBLE HEIGHT MODE 101DPI 203DPI
3,51 QUADRUPLE SIZE MODE 101DPI 101DPI
[Caution] • When a downloaded bit image has not been defined, this command is ignored.
• When data exist in the print buffer, this command is ignored.
• A portion of a downloaded bit image exceeding one line length is not printed.
[See Also] ESC &
, GS *
Page view 54
1 2 ... 50 51 52 53 54 55 56 57 58 59 60 ... 199 200

Comments to this Manuals

No comments