Chapter 6: Commands 7197 Owner’s Guide
February 2002
116
Graphics Commands
These commands are used to enter and print graphics data and are described in order of
their hexadecimal codes.
Print Raster Graphics
ASCII:
DC1 n1 … nk
Hexadecimal:
11 n1 … nk
Decimal:
17 n1 … n72
Value of n:
n1 … nk = Data bytes
Range of n:
0 - 255
Value of k:
k = 72 : 80mm, k = 53 : 58mm
Prints one row of data. N1 … nk : bytes describing the line to print.
Example:
• MSComm1.Output = Chr$(&H11) & Chr$(05) & Chr$(255)
Exceptions:
Raster graphcs is not avalable in Page Mode
This is only available in 7194 Native Mode and 7197 Native Mode.
Download BMP Logo
ASCII:
ESC (+*.BMP file data)
Hexadecimal:
1B (+*.BMP file data)
Decimal:
27 (+*.BMP file data)
Value:
Maximum width = 576
Maximum height = 512
Enters a BMP file data into RAM or Flash.
This command is used by sending the file data of a monochrome BMP file preceded by a 0
x 1B. The bit map is stored in the printer in the same manner as a down loaded bit image.