Star Micronics NX-10 Printer User Manual


 
74
130 NEXT I
140 LPRINT CHR$(144);CHR$(145);
150 FOR I=149 TO 159
160 LPRINT CiSS(I);
170 NEXT I
180 LPRINT CH?.$(27);"10"
190 END
When you run this program you should get like this:
Table 5-6
Control code area co
lmmands
Function
Printable code area expansion
Control c
(ESC)“G”
. .
Control code area expansion
1 (ESC>“7”
C
kkct undefined codes as characters
I (ESC)“I”l
(Cancel undefined codes as characters
I (ESC)“I”O
n Printing BIG characters
You can even enlarge your character sets for attention-grabb-
ing headings or special effects. There are six commands you can
use. Everything following any of them will be enlarged as
shown below, until the cancel code is entered.
-_
Table 5-7
Big character corn
-.
mands
:HR$UJ I
Function
Control c
Double-high enlarged print
(ESC)“h”(
Quad-high enlarged print
(ESC)“h”CHR$(2)
1 Double-high lower-half enlarged mint
1 (ESC)“h”(
:HR$(3)
.Double-high upper-half enlarged print
(ESC)“h”CHR$(4)
Quad-high lower-half enlarged print
(ESC)“h”(
Quad-high upper-half enlarged print
(ESC)“h”CHR$(G)
ZHR$(O)
;HR$(5)
I
I Cancel enlarged print
1 (ESC)“h”(
Try this program to see the big characters.