Home » CEEFAX disks » telesoftware10.adl » 04-11-88/BANDOCU

04-11-88/BANDOCU

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » CEEFAX disks » telesoftware10.adl
Filename: 04-11-88/BANDOCU
Read OK:
File size: 0CD7 bytes
Load address: 0000
Exec address: FFFFFFFF
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
Banners
=======

Banners allows messages to be printed horizontally or vertically down
sheets of continuous listing paper. The banner can then be hung
horizontally with the sprocket holes running left to right (if not
removed) or vertically with the sprocket holes running top to bottom.

Any characters can be incorporated in a banner. The program reads the
BBC's character set when run and uses this for each character. When a
banner is printed, a vertical and horizontal multiplier can be set. This
allows each character to be increased in size up to a factor of ten. The
best size for the characters will depend on what the use of the banner,
but setting the vertical multiplier slighly larger than the horizontal
prevents the characters looking "fat".

The program is menu driven, with only 6 options (including quit)
displayed. It is possible to enter operating system commands from the
menu. The options available are:

Save and Load - these allow the current settings to be saved to disc for
future use. If you are using a tape system you will have to delete the
routine that checks your specified file does not already exist.

Change Settings - these settings are at the heart of the program. The
horizontal and vertical multipliers are described above. The left, top and
bottom gaps allow gaps to be inserted to the left of each character (thus
allowing characters to be in the centre of a sheet), and blank lines to be
left above or below each letter, thus allowing each letter to be printed
on separate sheets of paper.

When printing, each letter is created using an "X" character. This can be
changed to any other character, but beware the overall effect - some
characters are more suitable for use than others: "*" can be used
effectively as can "O" but "-" is less effective. Likewise a space is
usually used for the background, but this also can be changed.

Finally, line spacing can be set. This allows the space between each line
of characters that make up a letter to be varied. The line spacing is
descibed as n/216th of an inch, and is normally set to 36/216ths inch -
the default setting on most printers. An increase makes the letters
more spaced out and a reduction compacts them. This may necessitate some
changes in the lines at the top and bottom of each letter.

Message - this allows three messages to be specified. The main message,
printed out in large letters; a pre message, printed before the main
message; and a post message, printed at the end of the main message.

Print - this causes printing of the message (plus pre and post messages).
The option can be selected and used without the printer being switched on
so some idea of the end result will appear on screen.

When entering data, pressing RETURN on its own will cause the current
setting to remain.

By altering settings between printing letters of the same word, special
effects can be incorporated.

Banners is designed for use with an Epson standard dot matrix printer but
can be used with other printers. The program should also run with a "daisy
wheel", and only uses two special control codes: the code for escape; and
the code for line feed increments of n/216 inch. These are both set in the
procedure "epson_codes". By changing these values, "Banners" should run
with any printer.
00000000  42 61 6e 6e 65 72 73 0d  3d 3d 3d 3d 3d 3d 3d 0d  |Banners.=======.|
00000010  0d 42 61 6e 6e 65 72 73  20 61 6c 6c 6f 77 73 20  |.Banners allows |
00000020  6d 65 73 73 61 67 65 73  20 74 6f 20 62 65 20 70  |messages to be p|
00000030  72 69 6e 74 65 64 20 68  6f 72 69 7a 6f 6e 74 61  |rinted horizonta|
00000040  6c 6c 79 20 6f 72 20 76  65 72 74 69 63 61 6c 6c  |lly or verticall|
00000050  79 20 64 6f 77 6e 0d 73  68 65 65 74 73 20 6f 66  |y down.sheets of|
00000060  20 63 6f 6e 74 69 6e 75  6f 75 73 20 6c 69 73 74  | continuous list|
00000070  69 6e 67 20 70 61 70 65  72 2e 20 54 68 65 20 62  |ing paper. The b|
00000080  61 6e 6e 65 72 20 63 61  6e 20 74 68 65 6e 20 62  |anner can then b|
00000090  65 20 68 75 6e 67 0d 68  6f 72 69 7a 6f 6e 74 61  |e hung.horizonta|
000000a0  6c 6c 79 20 77 69 74 68  20 74 68 65 20 73 70 72  |lly with the spr|
000000b0  6f 63 6b 65 74 20 68 6f  6c 65 73 20 72 75 6e 6e  |ocket holes runn|
000000c0  69 6e 67 20 6c 65 66 74  20 74 6f 20 72 69 67 68  |ing left to righ|
000000d0  74 20 28 69 66 20 6e 6f  74 0d 72 65 6d 6f 76 65  |t (if not.remove|
000000e0  64 29 20 6f 72 20 76 65  72 74 69 63 61 6c 6c 79  |d) or vertically|
000000f0  20 77 69 74 68 20 74 68  65 20 73 70 72 6f 63 6b  | with the sprock|
00000100  65 74 20 68 6f 6c 65 73  20 72 75 6e 6e 69 6e 67  |et holes running|
00000110  20 74 6f 70 20 74 6f 20  62 6f 74 74 6f 6d 2e 0d  | top to bottom..|
00000120  0d 41 6e 79 20 63 68 61  72 61 63 74 65 72 73 20  |.Any characters |
00000130  63 61 6e 20 62 65 20 69  6e 63 6f 72 70 6f 72 61  |can be incorpora|
00000140  74 65 64 20 69 6e 20 61  20 62 61 6e 6e 65 72 2e  |ted in a banner.|
00000150  20 54 68 65 20 70 72 6f  67 72 61 6d 20 72 65 61  | The program rea|
00000160  64 73 20 74 68 65 0d 42  42 43 27 73 20 63 68 61  |ds the.BBC's cha|
00000170  72 61 63 74 65 72 20 73  65 74 20 77 68 65 6e 20  |racter set when |
00000180  72 75 6e 20 61 6e 64 20  75 73 65 73 20 74 68 69  |run and uses thi|
00000190  73 20 66 6f 72 20 65 61  63 68 20 63 68 61 72 61  |s for each chara|
000001a0  63 74 65 72 2e 20 57 68  65 6e 20 61 0d 62 61 6e  |cter. When a.ban|
000001b0  6e 65 72 20 69 73 20 70  72 69 6e 74 65 64 2c 20  |ner is printed, |
000001c0  61 20 76 65 72 74 69 63  61 6c 20 61 6e 64 20 68  |a vertical and h|
000001d0  6f 72 69 7a 6f 6e 74 61  6c 20 6d 75 6c 74 69 70  |orizontal multip|
000001e0  6c 69 65 72 20 63 61 6e  20 62 65 20 73 65 74 2e  |lier can be set.|
000001f0  20 54 68 69 73 0d 61 6c  6c 6f 77 73 20 65 61 63  | This.allows eac|
00000200  68 20 63 68 61 72 61 63  74 65 72 20 74 6f 20 62  |h character to b|
00000210  65 20 69 6e 63 72 65 61  73 65 64 20 69 6e 20 73  |e increased in s|
00000220  69 7a 65 20 75 70 20 74  6f 20 61 20 66 61 63 74  |ize up to a fact|
00000230  6f 72 20 6f 66 20 74 65  6e 2e 20 54 68 65 0d 62  |or of ten. The.b|
00000240  65 73 74 20 73 69 7a 65  20 66 6f 72 20 74 68 65  |est size for the|
00000250  20 63 68 61 72 61 63 74  65 72 73 20 77 69 6c 6c  | characters will|
00000260  20 64 65 70 65 6e 64 20  6f 6e 20 77 68 61 74 20  | depend on what |
00000270  74 68 65 20 75 73 65 20  6f 66 20 74 68 65 20 62  |the use of the b|
00000280  61 6e 6e 65 72 2c 0d 62  75 74 20 73 65 74 74 69  |anner,.but setti|
00000290  6e 67 20 74 68 65 20 76  65 72 74 69 63 61 6c 20  |ng the vertical |
000002a0  6d 75 6c 74 69 70 6c 69  65 72 20 73 6c 69 67 68  |multiplier sligh|
000002b0  6c 79 20 6c 61 72 67 65  72 20 74 68 61 6e 20 74  |ly larger than t|
000002c0  68 65 20 68 6f 72 69 7a  6f 6e 74 61 6c 0d 70 72  |he horizontal.pr|
000002d0  65 76 65 6e 74 73 20 74  68 65 20 63 68 61 72 61  |events the chara|
000002e0  63 74 65 72 73 20 6c 6f  6f 6b 69 6e 67 20 22 66  |cters looking "f|
000002f0  61 74 22 2e 0d 0d 54 68  65 20 70 72 6f 67 72 61  |at"...The progra|
00000300  6d 20 69 73 20 6d 65 6e  75 20 64 72 69 76 65 6e  |m is menu driven|
00000310  2c 20 77 69 74 68 20 6f  6e 6c 79 20 36 20 6f 70  |, with only 6 op|
00000320  74 69 6f 6e 73 20 28 69  6e 63 6c 75 64 69 6e 67  |tions (including|
00000330  20 71 75 69 74 29 0d 64  69 73 70 6c 61 79 65 64  | quit).displayed|
00000340  2e 20 49 74 20 69 73 20  70 6f 73 73 69 62 6c 65  |. It is possible|
00000350  20 74 6f 20 65 6e 74 65  72 20 6f 70 65 72 61 74  | to enter operat|
00000360  69 6e 67 20 73 79 73 74  65 6d 20 63 6f 6d 6d 61  |ing system comma|
00000370  6e 64 73 20 66 72 6f 6d  20 74 68 65 0d 6d 65 6e  |nds from the.men|
00000380  75 2e 20 54 68 65 20 6f  70 74 69 6f 6e 73 20 61  |u. The options a|
00000390  76 61 69 6c 61 62 6c 65  20 61 72 65 3a 0d 0d 53  |vailable are:..S|
000003a0  61 76 65 20 61 6e 64 20  4c 6f 61 64 20 2d 20 74  |ave and Load - t|
000003b0  68 65 73 65 20 61 6c 6c  6f 77 20 74 68 65 20 63  |hese allow the c|
000003c0  75 72 72 65 6e 74 20 73  65 74 74 69 6e 67 73 20  |urrent settings |
000003d0  74 6f 20 62 65 20 73 61  76 65 64 20 74 6f 20 64  |to be saved to d|
000003e0  69 73 63 20 66 6f 72 0d  66 75 74 75 72 65 20 75  |isc for.future u|
000003f0  73 65 2e 20 49 66 20 79  6f 75 20 61 72 65 20 75  |se. If you are u|
00000400  73 69 6e 67 20 61 20 74  61 70 65 20 73 79 73 74  |sing a tape syst|
00000410  65 6d 20 79 6f 75 20 77  69 6c 6c 20 68 61 76 65  |em you will have|
00000420  20 74 6f 20 64 65 6c 65  74 65 20 74 68 65 0d 72  | to delete the.r|
00000430  6f 75 74 69 6e 65 20 74  68 61 74 20 63 68 65 63  |outine that chec|
00000440  6b 73 20 79 6f 75 72 20  73 70 65 63 69 66 69 65  |ks your specifie|
00000450  64 20 66 69 6c 65 20 64  6f 65 73 20 6e 6f 74 20  |d file does not |
00000460  61 6c 72 65 61 64 79 20  65 78 69 73 74 2e 0d 0d  |already exist...|
00000470  43 68 61 6e 67 65 20 53  65 74 74 69 6e 67 73 20  |Change Settings |
00000480  2d 20 74 68 65 73 65 20  73 65 74 74 69 6e 67 73  |- these settings|
00000490  20 61 72 65 20 61 74 20  74 68 65 20 68 65 61 72  | are at the hear|
000004a0  74 20 6f 66 20 74 68 65  20 70 72 6f 67 72 61 6d  |t of the program|
000004b0  2e 20 54 68 65 0d 68 6f  72 69 7a 6f 6e 74 61 6c  |. The.horizontal|
000004c0  20 61 6e 64 20 76 65 72  74 69 63 61 6c 20 6d 75  | and vertical mu|
000004d0  6c 74 69 70 6c 69 65 72  73 20 61 72 65 20 64 65  |ltipliers are de|
000004e0  73 63 72 69 62 65 64 20  61 62 6f 76 65 2e 20 54  |scribed above. T|
000004f0  68 65 20 6c 65 66 74 2c  20 74 6f 70 20 61 6e 64  |he left, top and|
00000500  0d 62 6f 74 74 6f 6d 20  67 61 70 73 20 61 6c 6c  |.bottom gaps all|
00000510  6f 77 20 67 61 70 73 20  74 6f 20 62 65 20 69 6e  |ow gaps to be in|
00000520  73 65 72 74 65 64 20 74  6f 20 74 68 65 20 6c 65  |serted to the le|
00000530  66 74 20 6f 66 20 65 61  63 68 20 63 68 61 72 61  |ft of each chara|
00000540  63 74 65 72 20 28 74 68  75 73 0d 61 6c 6c 6f 77  |cter (thus.allow|
00000550  69 6e 67 20 63 68 61 72  61 63 74 65 72 73 20 74  |ing characters t|
00000560  6f 20 62 65 20 69 6e 20  74 68 65 20 63 65 6e 74  |o be in the cent|
00000570  72 65 20 6f 66 20 61 20  73 68 65 65 74 29 2c 20  |re of a sheet), |
00000580  61 6e 64 20 62 6c 61 6e  6b 20 6c 69 6e 65 73 20  |and blank lines |
00000590  74 6f 20 62 65 0d 6c 65  66 74 20 61 62 6f 76 65  |to be.left above|
000005a0  20 6f 72 20 62 65 6c 6f  77 20 65 61 63 68 20 6c  | or below each l|
000005b0  65 74 74 65 72 2c 20 74  68 75 73 20 61 6c 6c 6f  |etter, thus allo|
000005c0  77 69 6e 67 20 65 61 63  68 20 6c 65 74 74 65 72  |wing each letter|
000005d0  20 74 6f 20 62 65 20 70  72 69 6e 74 65 64 0d 6f  | to be printed.o|
000005e0  6e 20 73 65 70 61 72 61  74 65 20 73 68 65 65 74  |n separate sheet|
000005f0  73 20 6f 66 20 70 61 70  65 72 2e 0d 0d 57 68 65  |s of paper...Whe|
00000600  6e 20 70 72 69 6e 74 69  6e 67 2c 20 65 61 63 68  |n printing, each|
00000610  20 6c 65 74 74 65 72 20  69 73 20 63 72 65 61 74  | letter is creat|
00000620  65 64 20 75 73 69 6e 67  20 61 6e 20 22 58 22 20  |ed using an "X" |
00000630  63 68 61 72 61 63 74 65  72 2e 20 54 68 69 73 20  |character. This |
00000640  63 61 6e 20 62 65 0d 63  68 61 6e 67 65 64 20 74  |can be.changed t|
00000650  6f 20 61 6e 79 20 6f 74  68 65 72 20 63 68 61 72  |o any other char|
00000660  61 63 74 65 72 2c 20 62  75 74 20 62 65 77 61 72  |acter, but bewar|
00000670  65 20 74 68 65 20 6f 76  65 72 61 6c 6c 20 65 66  |e the overall ef|
00000680  66 65 63 74 20 2d 20 73  6f 6d 65 0d 63 68 61 72  |fect - some.char|
00000690  61 63 74 65 72 73 20 61  72 65 20 6d 6f 72 65 20  |acters are more |
000006a0  73 75 69 74 61 62 6c 65  20 66 6f 72 20 75 73 65  |suitable for use|
000006b0  20 74 68 61 6e 20 6f 74  68 65 72 73 3a 20 22 2a  | than others: "*|
000006c0  22 20 63 61 6e 20 62 65  20 75 73 65 64 0d 65 66  |" can be used.ef|
000006d0  66 65 63 74 69 76 65 6c  79 20 61 73 20 63 61 6e  |fectively as can|
000006e0  20 22 4f 22 20 62 75 74  20 22 2d 22 20 69 73 20  | "O" but "-" is |
000006f0  6c 65 73 73 20 65 66 66  65 63 74 69 76 65 2e 20  |less effective. |
00000700  4c 69 6b 65 77 69 73 65  20 61 20 73 70 61 63 65  |Likewise a space|
00000710  20 69 73 0d 75 73 75 61  6c 6c 79 20 75 73 65 64  | is.usually used|
00000720  20 66 6f 72 20 74 68 65  20 62 61 63 6b 67 72 6f  | for the backgro|
00000730  75 6e 64 2c 20 62 75 74  20 74 68 69 73 20 61 6c  |und, but this al|
00000740  73 6f 20 63 61 6e 20 62  65 20 63 68 61 6e 67 65  |so can be change|
00000750  64 2e 0d 0d 46 69 6e 61  6c 6c 79 2c 20 6c 69 6e  |d...Finally, lin|
00000760  65 20 73 70 61 63 69 6e  67 20 63 61 6e 20 62 65  |e spacing can be|
00000770  20 73 65 74 2e 20 54 68  69 73 20 61 6c 6c 6f 77  | set. This allow|
00000780  73 20 74 68 65 20 73 70  61 63 65 20 62 65 74 77  |s the space betw|
00000790  65 65 6e 20 65 61 63 68  20 6c 69 6e 65 0d 6f 66  |een each line.of|
000007a0  20 63 68 61 72 61 63 74  65 72 73 20 74 68 61 74  | characters that|
000007b0  20 6d 61 6b 65 20 75 70  20 61 20 6c 65 74 74 65  | make up a lette|
000007c0  72 20 74 6f 20 62 65 20  76 61 72 69 65 64 2e 20  |r to be varied. |
000007d0  54 68 65 20 6c 69 6e 65  20 73 70 61 63 69 6e 67  |The line spacing|
000007e0  20 69 73 0d 64 65 73 63  69 62 65 64 20 61 73 20  | is.descibed as |
000007f0  6e 2f 32 31 36 74 68 20  6f 66 20 61 6e 20 69 6e  |n/216th of an in|
00000800  63 68 2c 20 61 6e 64 20  69 73 20 6e 6f 72 6d 61  |ch, and is norma|
00000810  6c 6c 79 20 73 65 74 20  74 6f 20 33 36 2f 32 31  |lly set to 36/21|
00000820  36 74 68 73 20 69 6e 63  68 20 2d 0d 74 68 65 20  |6ths inch -.the |
00000830  64 65 66 61 75 6c 74 20  73 65 74 74 69 6e 67 20  |default setting |
00000840  6f 6e 20 6d 6f 73 74 20  70 72 69 6e 74 65 72 73  |on most printers|
00000850  2e 20 41 6e 20 69 6e 63  72 65 61 73 65 20 6d 61  |. An increase ma|
00000860  6b 65 73 20 74 68 65 20  6c 65 74 74 65 72 73 0d  |kes the letters.|
00000870  6d 6f 72 65 20 73 70 61  63 65 64 20 6f 75 74 20  |more spaced out |
00000880  61 6e 64 20 61 20 72 65  64 75 63 74 69 6f 6e 20  |and a reduction |
00000890  63 6f 6d 70 61 63 74 73  20 74 68 65 6d 2e 20 54  |compacts them. T|
000008a0  68 69 73 20 6d 61 79 20  6e 65 63 65 73 73 69 74  |his may necessit|
000008b0  61 74 65 20 73 6f 6d 65  0d 63 68 61 6e 67 65 73  |ate some.changes|
000008c0  20 69 6e 20 74 68 65 20  6c 69 6e 65 73 20 61 74  | in the lines at|
000008d0  20 74 68 65 20 74 6f 70  20 61 6e 64 20 62 6f 74  | the top and bot|
000008e0  74 6f 6d 20 6f 66 20 65  61 63 68 20 6c 65 74 74  |tom of each lett|
000008f0  65 72 2e 0d 0d 4d 65 73  73 61 67 65 20 2d 20 74  |er...Message - t|
00000900  68 69 73 20 61 6c 6c 6f  77 73 20 74 68 72 65 65  |his allows three|
00000910  20 6d 65 73 73 61 67 65  73 20 74 6f 20 62 65 20  | messages to be |
00000920  73 70 65 63 69 66 69 65  64 2e 20 54 68 65 20 6d  |specified. The m|
00000930  61 69 6e 20 6d 65 73 73  61 67 65 2c 0d 70 72 69  |ain message,.pri|
00000940  6e 74 65 64 20 6f 75 74  20 69 6e 20 6c 61 72 67  |nted out in larg|
00000950  65 20 6c 65 74 74 65 72  73 3b 20 61 20 70 72 65  |e letters; a pre|
00000960  20 6d 65 73 73 61 67 65  2c 20 70 72 69 6e 74 65  | message, printe|
00000970  64 20 62 65 66 6f 72 65  20 74 68 65 20 6d 61 69  |d before the mai|
00000980  6e 0d 6d 65 73 73 61 67  65 3b 20 61 6e 64 20 61  |n.message; and a|
00000990  20 70 6f 73 74 20 6d 65  73 73 61 67 65 2c 20 70  | post message, p|
000009a0  72 69 6e 74 65 64 20 61  74 20 74 68 65 20 65 6e  |rinted at the en|
000009b0  64 20 6f 66 20 74 68 65  20 6d 61 69 6e 20 6d 65  |d of the main me|
000009c0  73 73 61 67 65 2e 0d 0d  50 72 69 6e 74 20 2d 20  |ssage...Print - |
000009d0  74 68 69 73 20 63 61 75  73 65 73 20 70 72 69 6e  |this causes prin|
000009e0  74 69 6e 67 20 6f 66 20  74 68 65 20 6d 65 73 73  |ting of the mess|
000009f0  61 67 65 20 28 70 6c 75  73 20 70 72 65 20 61 6e  |age (plus pre an|
00000a00  64 20 70 6f 73 74 20 6d  65 73 73 61 67 65 73 29  |d post messages)|
00000a10  2e 0d 54 68 65 20 6f 70  74 69 6f 6e 20 63 61 6e  |..The option can|
00000a20  20 62 65 20 73 65 6c 65  63 74 65 64 20 61 6e 64  | be selected and|
00000a30  20 75 73 65 64 20 77 69  74 68 6f 75 74 20 74 68  | used without th|
00000a40  65 20 70 72 69 6e 74 65  72 20 62 65 69 6e 67 20  |e printer being |
00000a50  73 77 69 74 63 68 65 64  20 6f 6e 0d 73 6f 20 73  |switched on.so s|
00000a60  6f 6d 65 20 69 64 65 61  20 6f 66 20 74 68 65 20  |ome idea of the |
00000a70  65 6e 64 20 72 65 73 75  6c 74 20 77 69 6c 6c 20  |end result will |
00000a80  61 70 70 65 61 72 20 6f  6e 20 73 63 72 65 65 6e  |appear on screen|
00000a90  2e 0d 0d 57 68 65 6e 20  65 6e 74 65 72 69 6e 67  |...When entering|
00000aa0  20 64 61 74 61 2c 20 70  72 65 73 73 69 6e 67 20  | data, pressing |
00000ab0  52 45 54 55 52 4e 20 6f  6e 20 69 74 73 20 6f 77  |RETURN on its ow|
00000ac0  6e 20 77 69 6c 6c 20 63  61 75 73 65 20 74 68 65  |n will cause the|
00000ad0  20 63 75 72 72 65 6e 74  0d 73 65 74 74 69 6e 67  | current.setting|
00000ae0  20 74 6f 20 72 65 6d 61  69 6e 2e 0d 0d 42 79 20  | to remain...By |
00000af0  61 6c 74 65 72 69 6e 67  20 73 65 74 74 69 6e 67  |altering setting|
00000b00  73 20 62 65 74 77 65 65  6e 20 70 72 69 6e 74 69  |s between printi|
00000b10  6e 67 20 6c 65 74 74 65  72 73 20 6f 66 20 74 68  |ng letters of th|
00000b20  65 20 73 61 6d 65 20 77  6f 72 64 2c 20 73 70 65  |e same word, spe|
00000b30  63 69 61 6c 0d 65 66 66  65 63 74 73 20 63 61 6e  |cial.effects can|
00000b40  20 62 65 20 69 6e 63 6f  72 70 6f 72 61 74 65 64  | be incorporated|
00000b50  2e 0d 0d 42 61 6e 6e 65  72 73 20 69 73 20 64 65  |...Banners is de|
00000b60  73 69 67 6e 65 64 20 66  6f 72 20 75 73 65 20 77  |signed for use w|
00000b70  69 74 68 20 61 6e 20 45  70 73 6f 6e 20 73 74 61  |ith an Epson sta|
00000b80  6e 64 61 72 64 20 64 6f  74 20 6d 61 74 72 69 78  |ndard dot matrix|
00000b90  20 70 72 69 6e 74 65 72  20 62 75 74 0d 63 61 6e  | printer but.can|
00000ba0  20 62 65 20 75 73 65 64  20 77 69 74 68 20 6f 74  | be used with ot|
00000bb0  68 65 72 20 70 72 69 6e  74 65 72 73 2e 20 54 68  |her printers. Th|
00000bc0  65 20 70 72 6f 67 72 61  6d 20 73 68 6f 75 6c 64  |e program should|
00000bd0  20 61 6c 73 6f 20 72 75  6e 20 77 69 74 68 20 61  | also run with a|
00000be0  20 22 64 61 69 73 79 0d  77 68 65 65 6c 22 2c 20  | "daisy.wheel", |
00000bf0  61 6e 64 20 6f 6e 6c 79  20 75 73 65 73 20 74 77  |and only uses tw|
00000c00  6f 20 73 70 65 63 69 61  6c 20 63 6f 6e 74 72 6f  |o special contro|
00000c10  6c 20 63 6f 64 65 73 3a  20 74 68 65 20 63 6f 64  |l codes: the cod|
00000c20  65 20 66 6f 72 20 65 73  63 61 70 65 3b 20 61 6e  |e for escape; an|
00000c30  64 0d 74 68 65 20 63 6f  64 65 20 66 6f 72 20 6c  |d.the code for l|
00000c40  69 6e 65 20 66 65 65 64  20 69 6e 63 72 65 6d 65  |ine feed increme|
00000c50  6e 74 73 20 6f 66 20 6e  2f 32 31 36 20 69 6e 63  |nts of n/216 inc|
00000c60  68 2e 20 54 68 65 73 65  20 61 72 65 20 62 6f 74  |h. These are bot|
00000c70  68 20 73 65 74 20 69 6e  20 74 68 65 0d 70 72 6f  |h set in the.pro|
00000c80  63 65 64 75 72 65 20 22  65 70 73 6f 6e 5f 63 6f  |cedure "epson_co|
00000c90  64 65 73 22 2e 20 42 79  20 63 68 61 6e 67 69 6e  |des". By changin|
00000ca0  67 20 74 68 65 73 65 20  76 61 6c 75 65 73 2c 20  |g these values, |
00000cb0  22 42 61 6e 6e 65 72 73  22 20 73 68 6f 75 6c 64  |"Banners" should|
00000cc0  20 72 75 6e 0d 77 69 74  68 20 61 6e 79 20 70 72  | run.with any pr|
00000cd0  69 6e 74 65 72 2e 0d                              |inter..|
00000cd7
04-11-88/BANDOCU.m0
04-11-88/BANDOCU.m1
04-11-88/BANDOCU.m2
04-11-88/BANDOCU.m4
04-11-88/BANDOCU.m5