Epson FX-85 User Manual - Page 26

Appendix B-control Codes In Numerical Order

Page 26 highlights

Appendix B Control Codes in Numeric Order You activate an FX control code by using LPRINT CHR$(n), where n is the number in the decimal column below. When the ESC column contains a dash, you use only CHR$(n) but when ESC is written in this ESC column, you must precede the CHR$(n) with CHR$(27). With this ESCape sequence you may use a shortened form, the ESCape code followed by the character in the symbol column in quotation marks, as shown in the example below, the command that turns Emphasized ON: LPRINT CHR$(27) "E" . Abbreviations: cpi = characters per inch cps = characters per second ESC Dec Hex Symbol Function 0 00 NUL Terminates horizontal and vertical tab setting. 7 07 BEL a 08 BS 9 09 HT Sounds beeper. Backspace. Empties the printer buffer, then moves the print head left 1 space in the current pitch. Horizontal tab. Empties the printer buffer, then moves the print head to the next tab stop. 10 0A LF Line feed. Empties the printer buffer, performs a line feed at the current line spacing, and resets the buffer character count to 0. 271

  • 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

Appendix B
Control Codes in Numeric Order
You activate an FX control code by using LPRINT CHR$(n), where
n is the number in the decimal column below. When the ESC column
contains a dash, you use only CHR$(n) but when ESC is written in this
ESC column, you must precede the CHR$(n) with CHR$(27). With
this ESCape sequence you may use a shortened form, the ESCape
code followed by the character in the symbol column in quotation
marks, as shown in the example below, the command that turns
Emphasized ON:
LPRINT CHR$(27) ā€œEā€ .
Abbreviations:
cpi = characters per inch
cps = characters per second
ESC Dec Hex Symbol Function
0
00
NUL
Terminates horizontal and vertical tab setting.
7
07
BEL
Sounds beeper.
a 08 BS
Backspace. Empties the printer buffer, then
moves the print head left
1
space in the
current pitch.
9 09 HT
Horizontal tab. Empties the printer buffer,
then moves the print head to the next tab
stop.
10
0A
LF
Line feed. Empties the printer buffer, performs
a line feed at the current line spacing, and
resets the buffer character count to 0.
271