Epson FX-85 User Manual - Page 30

ESC Dec Hex Symbol Function, CHR$n, lines, inches

Page 30 highlights

ESC Dec Hex Symbol Function ESC 61 3D = Sets the eighth bit to 0 (limits the range to 0 - 127). ESC 62 3E > Sets the eighth bit to 1 (limits the range to 128 - 255). ESC 63 3F ? Redefines one of the 4 alternate graphics codes -- "K","L","Y", or "Z" - as one of the seven graphics density numbers used with the ESCape " * " command. Format: CHR$(27)"?s";CHR$(n); where s is K,L,Y, or Z and n is 0 - 6. ESC 64 40 @ Reset Code, which resets the printer to its power-up state, including resetting top of form. Clears all text and control codes from the print buffer. ESC 65 41 A Sets line spacing to n/72 inch (n-dot). Format: CHR$(27)"A"CHR$(n) where n = 0 - 85. ESC 66 42 B ESC 67 43 C ESC 67 43 C Sets up to 16 vertical tabs in the current line spacing. Tab settings are not affected by subsequent changes in line spacing. Format: CHR$(27)"B"CHR$(n 1)CHR$(n2). . . CHR$(n K)CHR$(O) where nk = 1 - 255. Terminate this tab sequence with CHR$(0) or a number less than that of the last tab (nk). Sets the form length to n lines in the current line spacing. The default is 66 lines. Also resets top of form. Format: CHR$(27)"C"CHR$(n) where n = 1 - 127. Sets the form length to n inches, regardless of the current line spacing. The default is 11 inches. Also resets top of form. Format: CHR$(27)"C"CHR$(0)CHR$(n) where n = 1 - 22. 275

  • 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
61 3D =
ESC 62 3E >
ESC 63 3F ?
ESC
64
40
@
ESC
65
41
A
ESC
66
42
B
ESC 67 43 C
ESC 67 43 C
Sets the eighth bit to 0 (limits the range to
0 - 127).
Sets the eighth bit to 1 (limits the range to
128 - 255).
Redefines one of the 4 alternate graphics
codes -- “K”,“L",“Y”, or “Z” - as one of the
seven graphics density numbers used with
the ESCape
“ * ” command. Format:
CHR$(27)“?s”;CHR$(n);
where s is K,L,Y, or Z and n is 0 - 6.
Reset Code, which resets the printer to its
power-up state, including resetting top of
form. Clears all text and control codes from
the print buffer.
Sets line spacing to n/72 inch (n-dot). Format:
CHR$(27)“A”CHR$(n)
where n = 0 - 85.
Sets up to 16 vertical tabs in the current line
spacing. Tab settings are not affected by
subsequent changes in line spacing. Format:
CHR$(27)“B”CHR$(n
1
)CHR$(n
2
). . .
CHR$(n
K
)CHR$(O)
where n
k
= 1 - 255. Terminate this tab
sequence with CHR$(0) or a number less
than that of the last tab (n
k
).
Sets the form length to n
lines
in the current
line spacing. The default is 66 lines. Also
resets top of form. Format:
CHR$(27)“C”CHR$(n)
where n = 1 - 127.
Sets the form length to n
inches,
regardless
of the current line spacing. The default is 11
inches. Also resets top of form. Format:
CHR$(27)“C”CHR$(0)CHR$(n)
where n = 1 - 22.
275