Epson TM H6000 Technical Reference - Page 99

Slip & MICR Combination

Page 99 highlights

TM-H6000II Technical Reference Guide Right justify Normal ESC |rA ESC |N Aligns following text at the right. Restores printer characteristics to normal condition. Note1: manner of "ESC |cA" and "ESC |rA" Characteristics are reset at the end of each print method or by a "Normal" sequence, so these escape sequences cannot be used in the following manner. OPOSPOSPrinter1.PrintNormal PTR_S_RECEIPT, Chr(&H1B) + "|cA" + "123" OPOSPOSPrinter1.PrintNormal PTR_S_RECEIPT, "456" + Chr(13) + Chr(10) The "123" characters will be printed in the center, but not under "456". When using a new method to print characters, it is necessary to add the desired escape sequence again. Note2 : limitation of "ESC |cA" and "ESC |rA" *During rotated printing mode (Left90, right90), these escape sequences will not work. *These will not work if they are not the first character of a line. *It is not possible to use these on PrintBitmap method. 5.1.2.3 Color bitmap printing If a 16 color or a 256-color bitmap file is supplied, the image may be printed using 2 colors. If the original file is a 2-color bitmap, it will be printed in monochrome. The halftone method may be set using the device specific setting dialog. To print as image using 2 colors, 2-color thermal paper must be selected in the device specific settings and 2-color thermal receipt paper must be installed in the printer. 5.1.3 Printable bitmap format The printable bitmap formats are formats that meet all the following conditions. ❏ BMP files ❏ Monochrome, 16-color (4 bit), 256-color (8 bit) ❏ Uncompressed 5.2 Slip & MICR Combination If the slip function and the MICR function are used at the same time, the following control flow is recommended. Rev. A Application Development Information for OPOS 5-3

  • 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-3
TM-H6000II Technical Reference Guide
Note1: manner of ”ESC |cA” and “ESC |rA”
Characteristics are reset at the end of each print method or by a “Normal” sequence, so these escape
sequences cannot be used in the following manner.
OPOSPOSPrinter1.PrintNormal PTR_S_RECEIPT, Chr(&H1B) + ”|cA” + ”123”
OPOSPOSPrinter1.PrintNormal PTR_S_RECEIPT, “456” + Chr(13) + Chr(10)
The “123” characters will be printed in the center, but not under “456”. When using a new method to
print characters, it is necessary to add the desired escape sequence again.
Note2 : limitation of ”ESC |cA” and “ESC |rA”
*During rotated printing mode (Left90, right90), these escape sequences will not work.
*These will not work if they are not the first character of a line.
*It is not possible to use these on PrintBitmap method.
5.1.2.3
Color bitmap printing
If a 16 color or a 256-color bitmap file is supplied, the image may be printed using 2 colors. If the
original file is a 2-color bitmap, it will be printed in monochrome. The halftone method may be
set using the device specific setting dialog. To print as image using 2 colors, 2-color thermal
paper must be selected in the device specific settings and 2-color thermal receipt paper must be
installed in the printer.
5.1.3
Printable bitmap format
The printable bitmap formats are formats that meet all the following conditions.
BMP files
Monochrome, 16-color (4 bit), 256-color (8 bit)
Uncompressed
5.2
Slip & MICR Combination
If the slip function and the MICR function are used at the same time, the following control flow
is recommended.
Right justify
ESC |rA
Aligns following text at the right.
Normal
ESC |N
Restores printer characteristics to
normal condition.