,” 94

80 IF I=24 THEN 110

90 IF I=27 THEN 110

100LPRINT CHR$(I);

110NEXT I

120LPRINT

130FOR I=128 TO 134

140LPRINT CHR$(I);

150NEXT I

160LPRINT CHR$(144);CHR$(145);

170FOReI= TO 159

180IF I=152 THEN 210

190IF I=155 THEN 210

200LPRINT CHR$(I);

210NEXT I

220LPRINT CHR$(27);“10”

230END

When you run this program you should get like this:

Now, we’ll show you the characters in the control code area in the IBM-P mode.

Turn the DIP switch 2-2 off, 2-3 on, and 2-4 on. Then turn on the printer and run the following program:

10 ’ Demo of characters in IBM-Pmode 20sLPRINT CHR$(27);“\“;CHR$(32);CHR$(O); 30 FOR I=0 TO 31

40LPRINT CHR$(I);

50NEXT I

60LPRINT

70END

In this program line 20 determines that the following 32 characters should be printed as printable characters. So, the characters in the control code area are printed as shown below.

Page 100
Image 100
Star Micronics NR-10, NR-15 user manual Lprint CHR$I