Epson LX-90 User Manual - Apple IIc 8699 PIC for LX-90 - Page 91

Select Graphics Mode, Format, Comments, Reassign Graphics Mode, ESC ?

Page 91 highlights

ESC * Select Graphics Mode Format: ASCII code: ESC Decimal : 27 Hexadecimal: 1B * (m) (n1) (n2) 42 (m) (n1) (n2) 2A (m) (n1) (n2) Comments: Turns on graphics mode m. See Chapter 7 for details on the 7 modes available. If d is the total number of dots required, nl = d MOD 256 n2 = INT(d / 256) This command must be followed by d data numbers. ESC ? Reassign Graphics Mode Format: ASCII code: ESC Decimal: 27 Hexadecimal: 1B ? (s) (n) 63 (s) (n) 3F (s) (n) Comments: Changes one graphics mode to another. The variable s is a character K, L, Y or Z, which is reassigned to a mode O-6. ESC ^ Select 9-Pin Graphics Mode Format: ASCII code: ESC Decimal : 27 Hexadecimal: 1B ^ (m) (n1) (n2) 94 (m) (n1) (n2) 5E (m) (n1) (n2) Comments: Turns on 9-pin graphics mode. Where m defines density of print (0 for single and 1 for double) and d is the total number of dots required nl and n2 are as below: nl = d MOD 256 and n2 = INT(d / 256) and are followed by two times d data bytes. The printer expects two data items for each column of print. c-21

  • 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

ESC *
Select Graphics Mode
Format:
ASCII code:
ESC
Decimal :
27
Hexadecimal:
1B
*
(m)
(n1)
(n2)
42
(m)
(n1)
(n2)
2A
(m)
(n1)
(n2)
Comments:
Turns on graphics mode m. See Chapter 7 for details on the 7 modes
available.
If d is the total number of dots required,
nl = d MOD 256
n2 = INT(d / 256)
This command must be followed by d data numbers.
ESC ?
Reassign Graphics Mode
Format:
ASCII code:
ESC
?
(s)
(n)
Decimal:
27
63
(s)
(n)
Hexadecimal:
1B
3F
(s)
(n)
Comments:
Changes one graphics mode to another. The variable s is a character
K, L, Y or Z, which is reassigned to a mode O-6.
ESC ^
Format:
ASCII code:
ESC
Decimal :
27
Hexadecimal:
1B
Comments:
Select 9-Pin Graphics Mode
^
(m)
(n1)
(n2)
94
(m)
(n1)
(n2)
5E
(m)
(n1)
(n2)
Turns on 9-pin graphics mode. Where m defines density of print (0
for single and
1
for double) and d is the total number of dots
required nl and n2 are as below:
nl = d MOD 256 and n2 = INT(d / 256)
and are followed by two times d data bytes. The printer expects two
data items for each column of print.
c-21