Star Micronics NB-15 Data 1, 9, 2, 31,253,64, 32, 1,128,80, Read MM Lprint CHR$MM Next M

Page 111

L

L

103

Note that we didn’t hnvc to re-enter the download characters, since they were already sent to the printer with the first pro- gram. They will stay with the printer until you download new characters to replace them or turn the printer off. Even the (ESC) “@” command, which initializes the printer, does not destroy the contents of download RAM.

nHow to print the characters in control code area

As explained earlier, you can define characters with ASCII values below 32. But you cannot printout those characters with normal usage. This is inconvenient to us, even we can define download characters in that range. So, we have made a com- mand to print those characters:

(ESC i “I” CHR$(z)

This command is used to print the characters (if n = 49) or to select as the control codes (if n = 48). Let’s try it out. Enter this program:

10 LPRINT CHR$(27) ;“xO”;

20LPRINT CHR$(27);“&“:CHR$(O);CHR$(7);CHR$(7);

30FOR M=l TO 30

40READ MM

50LPRINT CHR$(MM);

60NEXT M

70 LPRINT

90DATA 1, 9, 2, 31,253,64, 32, 1,128,80,

5, 0

100 DATA 168, 2,128, 80,133, 0,168, 74, 0, 80,

52, 0

110 DATA 32, 8, 0, 0, 0, 0

120LPRINT CHR$(27) ;“%l”;CHR$(O) ;

130LPRINT CHR$(27) ;‘*Il”;

140LPRINT CHR$(7)

150LPRINT CHR$(27) ;“&O”;CHR$(O)

160LPRINT CHR$(27) ; “IO”;

You should have printed out the character we defined, instead

b..

of beep.

Image 111
Contents USER’S MANUAli Tatement Special Message to the New Owner Table of Contents CHR$ Chapter Controlling with BasicChapter Special Features of the Printer Functions of the Connector Signals TRS-80 Basic Appendix G Serial Interface SpecificationsSetting UP Your Printer Page Tion and movement for both removing and replacing the cover Page Print head Printer Slide the I/F board into the slot Page Getting to Know Your Printer Page Page Page Selecting and Loading Paper ‘igure 2-4. Raise the paper guide for loading single sheets You can insert a sheet of paper by using the release lever To align paper that is not in straight Sprocket cover You can raise While trrnirrgon the power Self-test DIP switch 2-2 on Efgh!jklmnopqr¶tuvwxyz~ ?lSS&‘ TOF During normal operation Connecting the Printer Page Memo Using Commercial Software Page Ascii Using Your Printer with Word Processors Page Memo Controlling With Basic List PR#ONEW Lprint Testing RUN ESC W Lprint CHR$27WCHR$l Lprint CHR$27WCHR$49 Lprint CHRS27Wl Memo Printing Text Lprint CHR$27 xl ESC OFF ESC Lprint UndelinedLprint Overlined Boldface on Escso When you run this program you should get this Demonstration Condensed Here’s what you should get from this program OFF Elite mint Summary notes Memo Formatting Text This is what you will get This Line Spacing is SET to Run the program again. Now the results will look like this Here is what your printer will produce Lprint CHRS12 Line NumberIOI ESCNCHR$n Lprint this is LINE1 Next This is Line Return TWO Three Four ONE This command sets the horizontal tab to every eight columns Next Try thisprogram tosee how this works Lprint CHR$11 First TAB Lprint CHR$llFIFTH TAB CHR$O Lprint 2ND TAB of CHANNEL’ Memo Special Features Printer Lprint CHR$7 ESCVCHR$O Here is what this program will print Lprint CHR$27il Printing direction commands Function Control code Next Lprint Lprint Eighth bit controls Next J 129 LPRINTCHR$27 LPRINTCHR$27= Lprintlprint Double This is Double Sized Printing Lprint CHR$I Next LprintPage Creating Your OWN Characters Print Matrix Defining Your OWN Characters Usethisgridoronesimilartoittodefineyourown draftcharacters Wrong 128 Assigningavalueofcharacterspace Characterdesignsforthetwographsymbols Page Read MM LPRINTCHR$MM Next M Next N Lprint LPRINTCHR$I Next Lprint CHR$I Next LprintLprint LPRINTGERMANYCHR$9 Lprintscales Read MM Lprint CHR$MM Next M Data 1, 9, 2, 31,253,64, 32, 1,128,80MO+ml +m2 105 106