Star Micronics LC24-200 Printer User Manual


 
Whendefiningcharacters,thenumberofprintedcolumns(ml), andthesum
of sidespacesandthe characterwidth(MI+ ml + rTz2)cannotexceedthe
valueshownbelow.
Charactermode ml mO+ ml+ m2
Draft characters
9 12
LQ picacharacters
31
36
LQ elitecharacters 27
30
LQ semi-condesed
19 24
LQ proportional
37 42
Draft super/subscript
7 12
LQ super/subscript
19
36
LQ prop. super/subscript 37
42
L
Sample program
To demonstratehow to use the downloadcharacters,let’s use the “tele-
phone”characterandtheotheruser-definedcharacterstoprintasmallgraph.
Thisprogramwilldojust that:
1000
1010
1020
1030
1040
1050
1060
1070
1080
1090
1100
1110
1120
1130
1140
1150
1160
1170
1180
1190
1200
1210
1220
1230
1240
1250
1260
1270
1280
1290
1300
1310
1320
1330
LPRINT WIDTH“LPTI: “,255
LPRINT CHR$(27) ;
“X1“ ;
LPRINTCHR$(27) ; “&”;CHR$
LPRINT CHR$(60)
;CHR$(61)
FORN=60TO 61
READLS :LPRINTCHR$[LS)
READcw :LPRINTCHR$
icwj
READRS :~LPRINTCHR.$(RS)
FORM=lTO CW*3
READ
MM
o);
LPRINTCHR$(MM);
NEXT,M
NEXTN
LPRINTCHR$(27);“D”;CHR$(11);CHR$(0)
LPRINTCHR$(27);“k”;CHR$(4);
LPRINTCHR$(27);“h”;CHR$(1);
LPRINT“
DIFFUSIONRANGESOF”
LPRINT“
CARS& TELEPHONES”
LPRINTCHR$(27);
“h” ;CHR$(0)
LPRINTCHR$(27);“k”:CHR$(0);
LPRINTCHR$(27);’’%’’;CHR$(1);
LPRINT“USA”:CHR$(9);
FOR 1=0TO 681STEP25
:LPRINTCHR$(60);:NEXTI
LPRINT
LPRINTCHR$(9);
FOR1=0TO 781STEP25
:LPRINTCHR$(61);:NEXTI
LPRINT
LPRINT“GERMANY”;CHR$(9);
FOR1=0TO 412STEP25
:LPRINTCHR$(60);
:NEXTI
LPRINT
LPRINTCHR$(9);
FOR1=0TO 488STEP25
:LPRINTCHR$(61);:NEXTI
LPRINT
LPRINT“JAPAN”;CHR$(9);
88