Epson FX-185 User Manual - Page 55

BASIC Communications, Computer

Page 55 highlights

Table 2-1. Several computers' print LIST commands Command LLIST LIST"COM0:" PR#1 LIST PR#0 Computer Epson QX-10™, IBM-PC®, and Radio Shack TRS-80® Epson HX-20 Notebook Computer™ Apple® II If your listing is more than a page long (or if you didn't start the listing at the top of a page), your printer may have printed right over the perforation. Set DIP switch 2-3 to the on position, and the printer will automatically skip over the perforation. We discuss this further in Chapter 8. Meanwhile, printing a program LISTing is a fundamental function of the printer. Be sure you manage this before continuing (if you have trouble, consult your computer's manual for help). BASIC Communications Part of the difficulty in controlling communications between computer and printer is the lack of a completely standard coding scheme. When your computer sends out a numeric code for the letter A, you naturally want your printer to interpret that code as an A. Most manufacturers of computers, printers, and software use the American Standard Code for Information Interchange (ASCII, pronounced askee) to code such frequently used characters as the letters of the alphabet, numerals, and keyboard symbols. Of the 256 ASCII numbers, most are codes for specific characters; some are codes for such computer or printer functions as sounding a beep or performing a carriage return. The ASCII standard does not yet allow for the advanced features in today's computers and printers. Individual manufacturers therefore adjust the codes to suit their own needs, which means that we are often faced with compatibility problems between printers and computers. (To compare your computer's version of the ASCII table with the FX's version, see your computer manual and this manual's Appendix A.) You can usually overcome the code inconsistencies by sending control codes for advanced printer functions in care of a special ASCII code that is called an ESCape code. The next five subsections discuss these matters in more detail. 38

  • 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
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268

Table
2-1.
Several computers’ print LIST commands
Command
Computer
LLIST
Epson QX-10™, IBM-PC
®
,
and Radio Shack TRS-80
®
LIST"COM0:"
Epson HX-20 Notebook Computer™
PR#1
Apple
®
II
LIST
PR#0
If your listing is more than a page long (or if you didn’t start the
listing at the top of a page), your printer may have printed right over
the perforation. Set DIP switch 2-3 to the on position, and the printer
will automatically skip over the perforation. We discuss this further in
Chapter 8.
Meanwhile, printing a program LISTing is a fundamental function
of the printer. Be sure you manage this before continuing (if you have
trouble, consult your computer’s manual for help).
BASIC Communications
Part of the difficulty in controlling communications between com-
puter and printer is the lack of a completely standard coding scheme.
When your computer sends out a numeric code for the letter A, you
naturally want your printer to interpret that code as an A. Most man-
ufacturers of computers, printers, and software use the American
Standard Code for Information Interchange (ASCII, pronounced
ask-
ee) to code such frequently used characters as the letters of the alpha-
bet, numerals, and keyboard symbols. Of the 256 ASCII numbers,
most are codes for specific characters; some are codes for such com-
puter or printer functions as sounding a beep or performing a carriage
return.
The ASCII standard does not yet allow for the advanced features in
today’s computers and printers. Individual manufacturers therefore
adjust the codes to suit their own needs, which means that we are
often faced with compatibility problems between printers and com-
puters. (To compare your computer’s version of the ASCII table with
the FX’s version, see your computer manual and this manual’s Appen-
dix A.) You can usually overcome the code inconsistencies by sending
control codes for advanced printer functions in care of a special ASCII
code that is called an ESCape code. The next five subsections discuss
these matters in more detail.
38