Epson C31C636A898 Technical Reference - Page 55

Q: I cannot print part of in Visual Basic. Why?

Page 55 highlights

TM-T88IV Technical Reference Guide 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 over current, which will cause the device to malfunction. 3.10.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
  • 89
  • 90

Rev. A
Application Development Information
3-15
TM-T88IV Technical Reference Guide
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
over current, which will cause the device to malfunction.
3.10.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