Epson FX-85 User Manual - Page 28

Master Print Mode Select Master Select., Turns Underline Mode ON. Format

Page 28 highlights

ESC Dec Hex Symbol Function ESC 33 21 ! Master Print Mode Select (Master Select). Selects 16 unique print mode combinations. Format: CHR$(27)" ! "CHR$(n) where n = 0 - 255. See Appendix D. ESC 35 23 # Accepts the eighth bit "as is" from the computer. ESC 37 25 % Activates a character set. DIP switch 1-4 must be off. Format: CHR$(27)" % "CHR$(0)CHR$(0) selects the ROM set; and CHR$(27)" % "CHR$(1)CHR$(0) selects the RAM set. ESC 38 26 & ESC 42 2A * Defines characters in user RAM. Format: CHR$(27)"&"CHR$(0)CHR$(c1)CHR$(c2); CHR$(a)CHR$(d1) . . . CHR$(d11); where CHR$(0) is for future use, c1 is the starting character, and c2 is the ending character. Each character in the range c1 - c2 requires an attribute byte (a) and 11 data bytes (d1 - d11). Turns Graphics Mode ON. Format: CHR$(27)" * "CHR$(m)CHR$(n1)CHR$(n2); followed by n data numbers, where n = n1 + 256*n2, n, = 0 - 255, n2 = 0 - 255, m selects mode 0 - 6. See Table 1 1-1 for modes. ESC 45 2D - Turns Underline Mode ON. Format: CHR$(27)" - "CHR$(n) where n toggles Underline on and off: 0 turns it OFF 1 turns it ON. 273

  • 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

ESC Dec Hex Symbol Function
ESC 33 21 !
Master Print Mode Select (Master Select).
Selects 16 unique print mode combinations.
Format:
CHR$(27)” ! “CHR$(n)
where n = 0 - 255.
See Appendix D.
ESC 35 23 #
Accepts the eighth bit “as is” from the
computer.
ESC 37 25
%
Activates a character set. DIP switch 1-4
must be off. Format:
CHR$(27)” % “CHR$(0)CHR$(0)
selects the ROM set; and
CHR$(27)” % “CHR$(1)CHR$(0)
selects the RAM set.
ESC 38 26 &
Defines characters in user RAM. Format:
CHR$(27)“&“CHR$(0)CHR$(c
1
)CHR$(c
2
);
CHR$(a)CHR$(d
1
) . . . CHR$(d
11
);
where CHR$(0) is for future use, c
1
is the
starting character, and c
2
is the ending
character. Each character in the range c
1
- c
2
requires an attribute byte (a) and 11 data
bytes (d
1
- d
11
).
ESC 42 2A *
Turns Graphics Mode ON. Format:
CHR$(27)"
* “CHR$(m)CHR$(n
1
)CHR$(n
2
);
followed by n data numbers,
where n = n
1
+ 256*n
2
,
n, = 0 - 255,
n
2
= 0 - 255,
m selects mode 0 - 6.
See Table 1 1-1 for modes.
ESC
45
2D
-
Turns Underline Mode ON. Format:
CHR$(27)” - “CHR$(n)
where n toggles Underline on and off: 0 turns
it OFF 1 turns it ON.
273