Epson LX-80 User Manual - Page 99

Appendix B-control Codes In Numerica Order

Page 99 highlights

Appendix B Control Codes in Numeric Order You can use any of the methods explained in Chapter 4 to send these control codes to your LX-80. If you use MBASIC, you send a control code using LPRINT CHR$(27) followed by CHR$(n), where n is a number from the decimal (Dee) column below. For a few codes, those with a dash in the ESC column, you omit the ESCape code. For the codes above decimal 27, you can use either the character in the symbol column (in quotation marks) or CHR$(n). For example, the command for turning on emphasized can be entered as: LPRINT CHR$(27)CHR$(69)orL,PRINT CHR$(27)"E" See Chapter 4 and your system documentation for other methods of sending codes to the printer. Some applications programs can use control key codes for decimal codes O-26. See the control key chart at the end of this appendix or the Quick Reference Card for a complete list of control key values. Abbreviations: cpi = characters per inch cps = characters per second ESC Dec Hex Symbol 0 00 NUL 7 07 BEL 8 08 BS 9 09 HT Function Terminates horizontal and vertical tab setting ESCape sequences. 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. B-l

  • 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
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158

Appendix B
Control Codes in Numeric Order
You can use any of the methods explained in Chapter 4 to send
these control codes to your LX-80. If you use MBASIC, you send a
control code using LPRINT CHR$(27) followed by CHR$(n),
where n is a number from the decimal (Dee) column below. For a few
codes, those with a dash in the ESC column, you omit the ESCape
code. For the codes above decimal 27, you can use either the character
in the symbol column (in quotation marks) or CHR$(n). For exam-
ple, the command for turning on emphasized can be entered as:
LPRINT
CHR$(27)CHR$(69)orL,PRINT
CHR$(27)ā€œEā€
See Chapter 4 and your system documentation for other methods
of sending codes to the printer.
Some applications programs can use control key codes for decimal
codes O-26. See the control key chart at the end of this appendix or
the Quick Reference Card for a complete list of control key values.
Abbreviations:
cpi = characters per inch
cps = characters per second
ESC Dec Hex Symbol
0
00
NUL
7
07
BEL
8
08
BS
9
09
HT
Function
Terminates horizontal and vertical
tab setting ESCape sequences.
Sounds beeper.
Backspace. Empties the printer buf-
fer, 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.
B-l