Epson TM H6000 Technical Reference - Page 97

Application Development Information for OPOS - series

Page 97 highlights

TM-H6000II Technical Reference Guide Chapter 5 Application Development Information for OPOS 5.1 Bitmap Printing There are three methods of printing bitmaps. Use the one appropriate to your purpose. 5.1.1 Explanation of Bitmap Printing 1. Normal Bit-image The PrintBitmap method is to directly print the bitmap. One bitmap printed by this method is formed as a combination of "n" numbers of 1-line bitmaps. So, the width of the paper sets the limit on the size of bitmap, and printing is slow. But the height of paper doesn't set the limit on the size of bitmap. 2. Download Bit-image The SetBitmap method can be used to save a bitmap in the printer, and every time the correct escape sequence (ESC |#B: Prints the pre-stored bitmap. The character '#' is replaced by the bitmap number.) is used, the image will be printed. This method has limits on the size of the bitmap that can be stored, but printing is very fast. If the power supply of printer is shut off, the saved bitmap in the printer will disappear. 3. NV Bit-image EPSON OPOS ADK provides a tool, "TMFLogo" that enables registration of a bitmap image in the NVRAM of an EPSON TM series printer. The tool can be used from the device specific settings of the SetupPOS utility. The bitmap image in the NVRAM can be printed with a printer by using the DirectIO method. Concerning the available NVRAM size for the TM-H6000II, refer to the ADG for TM-H6000II in the OPOS ADK. Function list Printing Position Receipt / Slip Printing Available Color Printing Printing Speed. Printing Quality Normal Bit-image Printable Size Less than paper width. no limitation Normal Printing method Store No need. Print The bitmap data is sent to TM from PC by using PrintBitmap method. And print it by each line. Slow - Available Select parameter Note When printing a different bitmap each time, this method is suitable. Rev. A Application Development Information for OPOS 5-1

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122

Rev. A
Application Development Information for OPOS
5-1
TM-H6000II Technical Reference Guide
Chapter 5
Application Development Information for OPOS
5.1
Bitmap Printing
There are three methods of printing bitmaps. Use the one appropriate to your purpose.
5.1.1
Explanation of Bitmap Printing
1.
Normal Bit-image
The PrintBitmap method is to directly print the bitmap. One bitmap printed by this method
is formed as a combination of “n” numbers of 1-line bitmaps. So, the width of the paper sets
the limit on the size of bitmap, and printing is slow. But the height of paper doesn’t set the
limit on the size of bitmap.
2.
Download Bit-image
The SetBitmap method can be used to save a bitmap in the printer, and every time the
correct escape sequence (ESC |#B: Prints the pre-stored bitmap. The character ‘#’ is replaced
by the bitmap number.) is used, the image will be printed. This method has limits on the size
of the bitmap that can be stored, but printing is very fast. If the power supply of printer is
shut off, the saved bitmap in the printer will disappear.
3.
NV Bit-image
EPSON OPOS ADK provides a tool, “TMFLogo” that enables registration of a bitmap image
in the NVRAM of an EPSON TM series printer. The tool can be used from the device specific
settings of the SetupPOS utility. The bitmap image in the NVRAM can be printed with a
printer by using the DirectIO method. Concerning the available NVRAM size for the
TM-H6000II, refer to the ADG for TM-H6000II in the OPOS ADK.
Function list
Printable Size
Printing Quality
Printing method
Printing Speed.
Color Printing
Receipt / Slip Printing
Printing Position
Note
Normal Bit-image
<width>
Less than paper width.
<height>
no limitation
Normal
Store
No need.
-
Available
Available
Select parameter
When printing
a different
bitmap each
time, this
method is
suitable.
Print
The bitmap data is sent to TM from PC by
using
PrintBitmap method. And print it by each
line.
Slow