Epson MX-82 F/T User Manual - Page 78

How to obtain, Fig. 64 Data Transfer Sequence in Bit Image Mode, <44>D

Page 78 highlights

4.4 How to obtain nl and n2 In the MX-82 Printer, you have to send the amount of data by nr + n2 in hexadecimal numbers following the ESC K or ESC L. If the amount of bit image data is 300, then nt and nz may be derived as follows; nl = (Amount of data) MOD 256 = 300 MOD 256 = D = H n2 = INT (Amount of data/256) = INT (300/256) =D -H You can also use Appendix 4, code Table, to find the corresponding hexadecimal numbers to the decimal numbers. The schematic of data transfer sequence in the Bit Image mode is shown in Fig. 64. I t ESC code CHR$(27) "L" code I H1Number of data n1 1 1 Numberof data n2 1 n, = Data MOD 256 n2 = INT (Data/2561 CHR$(n, 1 CHR$(n, ) L-t CHR$(76) Fig. 64 Data Transfer Sequence in Bit Image Mode -72-

  • 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

4.4 How to obtain
nl
and
n2
In the MX-82 Printer, you have to send the amount of data by
nr
+
n2
in hexadecimal
numbers following the ESC K or ESC L. If the amount of bit image data is 300, then
nt
and
nz
may be derived as follows;
nl
= (Amount of data) MOD 256
= 300 MOD 256
=
<44>D
=
<2c>H
n2
=
INT (Amount of data/256)
= INT (300/256)
=<l>D
-<ol>H
You can also use Appendix 4, code Table, to find the corresponding hexadecimal
numbers to the decimal numbers. The schematic of data transfer sequence in the
Bit Image mode is shown in Fig. 64.
ESC code
I
t
CHR$(27)
ā€œLā€
code
L-t
CHR$(76)
I
1-
Number
of
data
n1
1
1
Numberof
data
n2
1
n,
=
Data
MOD
256
n2
=
INT
(Data/2561
CHR$(n,
1
H
CHR$(n,
)
Fig. 64 Data Transfer Sequence in Bit Image Mode
-72-