Epson LX-90 User Manual - Parallel 8620 PIC for LX-90 - Page 27

LPRINT CHR$27; x; CHR$l, FOR X=65 TO 105, LPRINT CHR$X, NEXT X: LPRINT, Near Letter Quality

Page 27 highlights

Enter and run the following program to see how the NLQ mode is turned on by an ESCape sequence: NEW 10 LPRINT CHR$(27); "x"; CHR$(l); 28 FOR X=65 TO 105 30 LPRINT CHR$(X); 40 NEXT X: LPRINT ABCDEFGHINKLMNOPQRSTUVWXYZ[\]ˆ_`abcdefghi Note that you use a lowercase x, not a capital X, in line 10. Because of the high resolution of the NLQ mode, it prints only in pica, not in elite or compressed. All the modes demonstrated in this chapter are compared in Table 4-l. Table 4-1. Summary of LX-90 pitches Print sample Near Letter Quality Pica print. Elite print Compressed print Compressed elite print CPI 10.00 10.00 12.00 17.16 20.00 codes On Off ESC "x" 1 ESC "x" 0 ESC "M" 15 ESC "M" 15 ESC " P" 18 ESC "P" 18 Remember that you don't have to use BASIC to change modes; you can use any method or software that sends the proper codes to the printer. 24

  • 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

Enter and run the following program to see how the NLQ mode is
turned on by an ESCape sequence:
NEW
10 LPRINT CHR$(27); "x"; CHR$(l);
28
FOR X=65 TO 105
30
LPRINT CHR$(X);
40
NEXT X: LPRINT
ABCDEFGHINKLMNOPQRSTUVWXYZ[\]ˆ_`abcdefghi
Note that you use a lowercase x, not a capital X, in line
10.
Because
of the high resolution of the NLQ mode, it prints only in pica, not in
elite or compressed.
All the modes demonstrated in this chapter are compared in Table
4-l.
Table 4-1. Summary
of
LX-90 pitches
Print sample
CPI
codes
<- inch ->
On
Off
Near Letter Quality
10.00
ESC “x” 1
ESC “x" 0
Pica print.
10.00
Elite print
12.00
ESC “M”
ESC “ P”
Compressed print
17.16
15
18
Compressed elite print
20.00
ESC “M” 15
ESC “P” 18
Remember that you don’t have to use BASIC to change modes; you
can use any method or software that sends the proper codes to the
printer.
24