Epson TM H6000 Technical Reference - Page 105

Rev. A, Application Development Information for APD

Page 105 highlights

TM-H6000II Technical Reference Guide 6.2.2 Color bitmap printing First adjust memory switch 8-4 to print using 2 color. Refer to "3.4.6 How to Use Two-Color Printing (3-25 page)" for details. 6.2.3 Printable bitmap format The printable bitmap formats are formats that meet all the following conditions. ❏ When using "Normal Bit-image" • Any format the application can handle. ❏ When using "NV Bit-image" • Depends on the TM Flogo utility. (.BMP format) 6.3 Two-Dimensional Code This printer and APD support two-dimensional code (PDF417 format.) APD can print twodimensional code the same as other barcode (ex. EAN13, etc....); however, it can't adjust the detail setting (ex. step number, module height and width, etc....) The adjusting is done with the "Two-Dimensional Code Parameter Setting Tool." The tool is provided with APD. This tool is for APD printing and is not for OPOS and direct printing (using ESC/POS commands). See the "Two-Dimensional Code Parameter Setting Tool User's Manual" for details about this tool. 6.4 Drawer Control 6.4.1 Drawer Open When you control a drawer connected to this printer using APD, you have two methods to open the drawer. The first method is using "Control font"; the second is using "Status API." Below is as example of a program (Visual Basic) to open a cash drawer using Control font. 'Execute open cash drawer1. Printer.Font.Name = "control" Printer.Print "A" 'This "A" means "open the drawer1 with 50msec pulse." Rev. A Application Development Information for APD 6-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 APD
6-3
TM-H6000II Technical Reference Guide
6.2.2
Color bitmap printing
First adjust memory switch 8-4 to print using 2 color. Refer to “3.4.6 How to Use Two-Color
Printing (3-25 page)” for details.
6.2.3
Printable bitmap format
The printable bitmap formats are formats that meet all the following conditions.
When using “Normal Bit-image”
Any format the application can handle.
When using “NV Bit-image“
Depends on the TM Flogo utility. (.BMP format)
6.3
Two-Dimensional Code
This printer and APD support two-dimensional code (PDF417 format.) APD can print two-
dimensional code the same as other barcode (ex. EAN13, etc
....
); however, it can’t adjust the
detail setting (ex. step number, module height and width, etc
....
) The adjusting is done with the
“Two-Dimensional Code Parameter Setting Tool.“ The tool is provided with APD. This tool is
for APD printing and is not for OPOS and direct printing (using ESC/POS commands). See the
“Two-Dimensional Code Parameter Setting Tool User’s Manual” for details about this tool.
6.4
D
rawer
Control
6.4.1
Drawer Open
When you control a drawer connected to this printer using APD, you have two methods to open
the drawer. The first method is using “Control font”; the second is using “Status API.“
Below is as example of a program (Visual Basic) to open a cash drawer using Control font.
'Execute open cash drawer1.
Printer.Font.Name = "control"
Printer.Print "A"
’This ”A” means “open the drawer1 with 50msec pulse.“