Epson TM T88II Technical Reference - Page 51

Q: Why does the drawer kick-out not operate properly?, Q: I cannot print part of in Visual - cash drawer

Page 51 highlights

TM-T88II/T88III Technical Reference Guide 3.8.2 Q: Why does the drawer kick-out not operate properly? A: Drawer specifications differ depending on the manufacturer and the part number. Make sure the specifications of the drawer to be used meet the following conditions before connecting it to the drawer kick-out connector. These conditions also apply to any other devices that use the drawer kick-out connector. Any devices that do not satisfy all the following conditions must not be used. Conditions • A load must be provided across drawer kick-out connector pins 4 and 2 or across pins 4 and 5. (*1) • When the drawer open/close signal is used, a switch must be provided across drawer kick-out connector pins 3 and 6. (*2) • The solenoid used for the cash drawer must have a resistance of 24 Ω or higher. (*3) NOTES (*1) (*2) (*3) Operating the printer with incorrectly installed devices voids the warranty. Connecting devices other than the drawer open/close switch voids the warranty. Using a drawer or a drawer kick-out connector with an input current of 1 A or more may cause an overcurrent, which will cause the device to malfunction. 3.8.3 Q: I cannot print part of Page 0 in Visual Basic. Why? Cannot print a part of Page 0 (for example: ) in Visual Basic. A: Try printing using the following procedure: When programming with Visual Basic, limitations prevent data from 81H through 9FH and from E0H through FEH from being sent as characters. However, you can use the following procedure to send this data: Dim Send_ data(0) As Byte Send_data(0) = &h81 '1 byte of sending data MSComm1.Output = Send_data Rev. A Application Development Information 3-15

  • 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

Rev. A
Application Development Information
3-15
TM-T88II/T88III Technical Reference Guide
3.8.2
Q: Why does the drawer kick-out not operate properly?
A:
Drawer specifications differ depending on the manufacturer and the part number. Make
sure the specifications of the drawer to be used meet the following conditions before
connecting it to the drawer kick-out connector. These conditions also apply to any other
devices that use the drawer kick-out connector. Any devices that do not satisfy all the
following conditions must not be used.
Conditions
A load must be provided across drawer kick-out connector pins 4 and 2 or across pins 4
and 5. (*1)
When the drawer open/close signal is used, a switch must be provided across drawer
kick-out connector pins 3 and 6. (*2)
The solenoid used for the cash drawer must have a resistance of 24
or higher. (*3)
NOTES
(*1)
Operating the printer with incorrectly installed devices voids the warranty.
(*2)
Connecting devices other than the drawer open/close switch voids the warranty.
(*3)
Using a drawer or a drawer kick-out connector with an input current of 1 A or more may cause an
overcurrent, which will cause the device to malfunction.
3.8.3
Q: I cannot print part of Page 0 in Visual Basic. Why?
Cannot print a part of Page 0 (for example:
) in Visual Basic.
A:
Try printing using the following procedure:
When programming with Visual Basic, limitations prevent data from 81H through 9FH and
from E0H through FEH from being sent as characters. However, you can use the following
procedure to send this data:
Dim Send_ data(0) As Byte
Send_data(0) = &h81 ’1 byte of sending data
MSComm1.Output = Send_data