Graphics Commands - NCR 7167 Owner's Manual

Two station pos printer release 1.0
Hide thumbs Also See for 7167:
Table of Contents

Advertisement

7167 Owner's Manual

Graphics Commands

These commands are used to enter and print graphics data and are described in order of
their hexadecimal codes.
Download BMP Logo
Hexadecimal:
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.
The downloaded BMP file can be printed by using the Print Downloaded Bit Image (1D 2F
m) command.
Example:
1. MSComm1.Output = Chr$(&H1B)
2.
3.
4.
5.
Exceptions:
BMP file images that are not monochrome are ignored. This command is only valid for the
receipt station.
This is only available in 7158 Native Mode and 7167 Native Mode..
Related Information:
See 1D 22 n (Select Memory Type to save logos.)
For the 7158 native mode and 7167 Native Mode. of operation, if multiple logos are to be
defined and used, this command should be preceded by the Select Current Logo
command to define the number by which this downloaded logo is to be referenced.
142
ASCII:
ESC (+*.BMP file data)
1B (+*.BMP file data)
27 (+*.BMP file data)
Decimal:
Value:
Maximum width =
Maximum height =
Open bitmapfile For Binary As filehandle
filecontent = Input(LOF(filehandle), filehandle)
MSComm1.Output = filecontent & vbLf
This last step is to use the print downloaded image command to print
576
512
November 2002
Chapter 6: Commands

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents