User manual
APOS Premium Printer Series User Manual Page 69 /136 Reference: FDE 3107312 Issue A
6.10 Graphics Commands
These commands are used to enter and print graphics data and are described in order of their hexadecimal
codes.
P
RINT RASTER GRAPHICS
Prints one row of data. n1 . .. nl: bytes describing the line to print.
ASCII
DC1 n1 ...nl
Hexadecimal 11 n1 ...nl
Decimal
17 n1 ...nl
Value of n
n1…n72 = Data bytes
Range
0-255
Exceptions
Raster graphics is not available in Page Mode.
P
RINT ADVANCED RASTER GRAPHICS
Prints a horizontal raster of graphics data one or multiple times. Horizontal offset and number of data bytes
are variable and specified by parameters.
ASCII
ESC . m n rL rH d1 ... dn
Hexadecimal 1B 2E m n rL rH d1 ... dn
Decimal
27 46 m n rL rH d1 ... dn
Value of m :
horizontal offset from left margin = 8 x m dots
Value of n :
number of data bytes that compose the raster
Value of r :
number of times the raster has to be printed = 256 x rH + rL
d1 … dn :
Data bytes
Range
0 ≤ m ≤ 72
0 ≤ n ≤ 72
0 ≤ r ≤ 65535
0 ≤ d1…dn ≤ 255
Exceptions
Advanced Raster graphics is not available in Page Mode.