Epson FX-286 User Manual - Page 72

Formatting, See Appendix A.

Page 72 highlights

Once you have selected an international character set with the DIP switches or the ESCape "R" code, you can use the tables to see which keys on your standard keyboard can produce the international characters you want. Simply type the character from the top row of one of the figures in order to print the corresponding character in the row of the set you have chosen. For example, if you have reset the DIP switches for the UK character set and you press the # key, the £ symbol will be generated. Even though you will see the # symbol on the screen, the £ symbol will be printed on the paper. For another example, if you have selected the Swedish character set and you press the @ key, the É symbol will be generated. If your keyboard does not have one of the keys that you need, you will have to send the proper ASCII number to the printer in another way, such as a programming language. In the IBM Proprinter mode, some international characters are in the standard character set, and many more are in the alternate character set. If your FX-286 is in the IBM mode, the following program prints the international characters in the standard set, skips a line, and prints the international characters in the alternate set, as you can see in the printout below it. 10 LPRINT CHR$(126); 20 FOR X=160 TO 168 30 LPRINT CHR$(X);: NEXT X 40 LPRINT CHR$(27) "6": LPRINT 50 FOR X=126 TO 168 60 LPRINT CHR$(X);: NEXT X 70 LPRINT The alternate character set can also be selected with a DIP switch. See Appendix A. The IBM Proprinter character sets also include Greek letters. See Appendix K for complete printouts of both character sets. Page Formatting Although the FX-286 printer has many sophisticated commands to set margins, line spacing, and horizontal and vertical tabs, this section won't take up your time with extensive discussions of these because 5-16

  • 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

Once you have selected an international character set with the DIP
switches or the ESCape “R” code, you can use the tables to see which
keys on your standard keyboard can produce the international char-
acters you want. Simply type the character from the top row of one of
the figures in order to print the corresponding character in the row of
the set you have chosen.
For example, if you have reset the DIP switches for the UK charac-
ter set and you press the # key, the £ symbol will be generated. Even
though you will see the # symbol on the screen, the £ symbol will be
printed on the paper. For another example, if you have selected the
Swedish character set and you press the @ key, the É symbol will be
generated.
If your keyboard does not have one of the keys that you need, you
will have to send the proper ASCII number to the printer in another
way, such as a programming language.
In the IBM Proprinter mode, some international characters are in
the standard character set, and many more are in the alternate charac-
ter set. If your FX-286 is in the IBM mode, the following program
prints the international characters in the standard set, skips a line, and
prints the international characters in the alternate set, as you can see in
the printout below it.
10 LPRINT CHR$(126);
20 FOR X=160 TO 168
30
LPRINT CHR$(X);: NEXT X
40
LPRINT CHR$(27)
“6”:
LPRINT
50
FOR X=126 TO 168
60 LPRINT CHR$(X);: NEXT X
70 LPRINT
The alternate character set can also be selected with a DIP switch.
See Appendix A.
The IBM Proprinter character sets also include Greek letters. See
Appendix K for complete printouts of both character sets.
Page Formatting
Although the FX-286 printer has many sophisticated commands to
set margins, line spacing, and horizontal and vertical tabs, this section
won’t take up your time with extensive discussions of these because
5-16