Epson LQ 1050 User Manual - Page 170

same time you press the key for, Control Key column indicates that you press the control key at

Page 170 highlights

More complex commands consist of two or more character codes. For example, to print in proportional mode the code format is: ASCII code: ESC p Decimal: 27 112 : Hexadecimal: 1B 70 n In this case n can be either 1 or 0, to begin or end proportional printing. To turn ON proportional printing from BASIC the command is: LPRINT CHR$(27);CHR$(112);CHR$(l) Control key chart Some application programs can use control key codes for decimal values O-27. The table below gives you the proper values. The Control Key column indicates that you press the control key at the same time you press the key for the letter or symbol in that column. For example, you press the control key and A at the same time to send the value 1. Some programs that use this system cannot use control-@, and many programs use the control keys for other purposes. Dec. Hex. Cntl. Key 0 00 @ 1 01 A 2 02 3 03 : 4 04 D 5 05 E 6 06 F 7 07 G 8 08 H 9 09 10 OA ; 11 OB K 12 oc L 13 OD M Dec. Hex. Cntl. Key 14 OE N 15 OF 0 16 10 P 17 11 18 12 :: 19 13 S 20 14 T 21 15 U 22 16 V 23 17 W 24 18 X 25 19 Y 26 1A Z 27 1B 1 9-4

  • 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
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222

More complex commands consist of two or more character
codes. For example, to print in proportional mode
the
code format
is:
ASCII code:
ESC
p
Decimal:
27
112
:
Hexadecimal:
1B
70
n
In this case
n
can be either 1 or 0, to begin or end proportional
printing. To turn ON proportional printing from BASIC the
command is:
LPRINT
CHR$(27);CHR$(112);CHR$(l)
Control key chart
Some application programs can use control key codes for decimal
values O-27. The table below gives you the proper values. The
Control Key column indicates that you press the control key at the
same time you press the key for
the
letter or symbol in that column.
For example, you press
the
control key and A at the same time to
send the value 1.
Some programs
that
use this system cannot use control-@, and
many programs use the control keys for other purposes.
Dec.
Hex.
0
00
1
01
2
02
3
03
4
04
5
05
6
06
7
07
8
08
9
09
10
OA
11
OB
12
oc
13
OD
Cntl.
Key
@
A
:
D
E
F
G
H
;
K
L
M
Dec.
Hex.
14
OE
15
OF
16
10
17
11
18
12
19
13
20
14
21
15
22
16
23
17
24
18
25
19
26
1A
27
1B
Cntl.
Key
N
0
P
::
S
T
U
V
W
X
Y
Z
1
9-4