Home » Personal collection » Acorn hard disk » apps » Printers » RiscOs2/!PrinterDM/ReadMe

RiscOs2/!PrinterDM/ReadMe

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 » Personal collection » Acorn hard disk » apps » Printers
Filename: RiscOs2/!PrinterDM/ReadMe
Read OK:
File size: 08DA bytes
Load address: 0000
Exec address: 0000
Duplicates

There are 3 duplicate copies of this file in the archive:

File contents
This is PrinterDM, version 0.82 (14-Dec-88)

Documentation on how to use PrinterDM can be found in Edition 2 of the
Archimedes User Guide.

The following remarks should be noted about this version of PrinterDM and
its documentation.

Text printing is applied to files of types Text, Command, and Obey. For
anything else, the application checks if other applications know how to
print the file. If this fails it checks with the user whether to print the
file.

You can override the application's treatment of a particular type file by
setting system variables of the form Alias$@PrinterType_xxx, where xxx is
the appropriate type. If the variable exists, then the application performs
*@PrinterType_xxx <filename> before doing anything else. It then checks for
the existence of <Printer$Temp>. If this exists then it is printed. You can
therefore print via a print utility program by setting Alias$@PrintType_FFF
to the macro *PrintUtil <%0> -to <Printer$Temp>.

Clicking SELECT on the icon produces a window with data about the current
printer driver settings. Clicking on the name field steps through the
printers and page sizes enumerated in the file PrData. It also allows control
of the end-of-line control character sequence used in text printing, which can vary
between printers.

The printer driver module allocates buffer workspace in the module area for the
duration of the print job. The speed of graphics printing is partially
proportional to the amount of buffer memory available, so a way of speeding
up a print job is to use the Task display to move more free memory to the
module area before the print job starts. Note that some free memory should
be left, since otherwise under some circumstances a "No room in RMA" message
may arise.

Which dump types work on which printers:
----------------------------------------

All LQ dumps work on the EPSON LQ-850. Note that some LQ-compatibles and
early versions of the LQ-850 may not support 360 dpi dumps.

All FX dumps work on the EPSON FX-80 and FX-850.

All LQ dumps except 360 by 360 dpi work on an EPSON LQ-800.

The NEC PinWriter P6plus is as the LQ-850, except that the 360 by 360 dump
is slightly different; a P6plus-specific alternative is provided.

The FX dumps also work on a Brother M-1409.
00000000  54 68 69 73 20 69 73 20  50 72 69 6e 74 65 72 44  |This is PrinterD|
00000010  4d 2c 20 76 65 72 73 69  6f 6e 20 30 2e 38 32 20  |M, version 0.82 |
00000020  28 31 34 2d 44 65 63 2d  38 38 29 0a 0a 44 6f 63  |(14-Dec-88)..Doc|
00000030  75 6d 65 6e 74 61 74 69  6f 6e 20 6f 6e 20 68 6f  |umentation on ho|
00000040  77 20 74 6f 20 75 73 65  20 50 72 69 6e 74 65 72  |w to use Printer|
00000050  44 4d 20 63 61 6e 20 62  65 20 66 6f 75 6e 64 20  |DM can be found |
00000060  69 6e 20 45 64 69 74 69  6f 6e 20 32 20 6f 66 20  |in Edition 2 of |
00000070  74 68 65 0a 41 72 63 68  69 6d 65 64 65 73 20 55  |the.Archimedes U|
00000080  73 65 72 20 47 75 69 64  65 2e 0a 0a 54 68 65 20  |ser Guide...The |
00000090  66 6f 6c 6c 6f 77 69 6e  67 20 72 65 6d 61 72 6b  |following remark|
000000a0  73 20 73 68 6f 75 6c 64  20 62 65 20 6e 6f 74 65  |s should be note|
000000b0  64 20 61 62 6f 75 74 20  74 68 69 73 20 76 65 72  |d about this ver|
000000c0  73 69 6f 6e 20 6f 66 20  50 72 69 6e 74 65 72 44  |sion of PrinterD|
000000d0  4d 20 61 6e 64 0a 69 74  73 20 64 6f 63 75 6d 65  |M and.its docume|
000000e0  6e 74 61 74 69 6f 6e 2e  0a 0a 54 65 78 74 20 70  |ntation...Text p|
000000f0  72 69 6e 74 69 6e 67 20  69 73 20 61 70 70 6c 69  |rinting is appli|
00000100  65 64 20 74 6f 20 66 69  6c 65 73 20 6f 66 20 74  |ed to files of t|
00000110  79 70 65 73 20 54 65 78  74 2c 20 43 6f 6d 6d 61  |ypes Text, Comma|
00000120  6e 64 2c 20 61 6e 64 20  4f 62 65 79 2e 20 46 6f  |nd, and Obey. Fo|
00000130  72 0a 61 6e 79 74 68 69  6e 67 20 65 6c 73 65 2c  |r.anything else,|
00000140  20 74 68 65 20 61 70 70  6c 69 63 61 74 69 6f 6e  | the application|
00000150  20 63 68 65 63 6b 73 20  69 66 20 6f 74 68 65 72  | checks if other|
00000160  20 61 70 70 6c 69 63 61  74 69 6f 6e 73 20 6b 6e  | applications kn|
00000170  6f 77 20 68 6f 77 20 74  6f 0a 70 72 69 6e 74 20  |ow how to.print |
00000180  74 68 65 20 66 69 6c 65  2e 20 49 66 20 74 68 69  |the file. If thi|
00000190  73 20 66 61 69 6c 73 20  69 74 20 63 68 65 63 6b  |s fails it check|
000001a0  73 20 77 69 74 68 20 74  68 65 20 75 73 65 72 20  |s with the user |
000001b0  77 68 65 74 68 65 72 20  74 6f 20 70 72 69 6e 74  |whether to print|
000001c0  20 74 68 65 0a 66 69 6c  65 2e 0a 0a 59 6f 75 20  | the.file...You |
000001d0  63 61 6e 20 6f 76 65 72  72 69 64 65 20 74 68 65  |can override the|
000001e0  20 61 70 70 6c 69 63 61  74 69 6f 6e 27 73 20 74  | application's t|
000001f0  72 65 61 74 6d 65 6e 74  20 6f 66 20 61 20 70 61  |reatment of a pa|
00000200  72 74 69 63 75 6c 61 72  20 74 79 70 65 20 66 69  |rticular type fi|
00000210  6c 65 20 62 79 0a 73 65  74 74 69 6e 67 20 73 79  |le by.setting sy|
00000220  73 74 65 6d 20 76 61 72  69 61 62 6c 65 73 20 6f  |stem variables o|
00000230  66 20 74 68 65 20 66 6f  72 6d 20 41 6c 69 61 73  |f the form Alias|
00000240  24 40 50 72 69 6e 74 65  72 54 79 70 65 5f 78 78  |$@PrinterType_xx|
00000250  78 2c 20 77 68 65 72 65  20 78 78 78 20 69 73 0a  |x, where xxx is.|
00000260  74 68 65 20 61 70 70 72  6f 70 72 69 61 74 65 20  |the appropriate |
00000270  74 79 70 65 2e 20 49 66  20 74 68 65 20 76 61 72  |type. If the var|
00000280  69 61 62 6c 65 20 65 78  69 73 74 73 2c 20 74 68  |iable exists, th|
00000290  65 6e 20 74 68 65 20 61  70 70 6c 69 63 61 74 69  |en the applicati|
000002a0  6f 6e 20 70 65 72 66 6f  72 6d 73 0a 2a 40 50 72  |on performs.*@Pr|
000002b0  69 6e 74 65 72 54 79 70  65 5f 78 78 78 20 3c 66  |interType_xxx <f|
000002c0  69 6c 65 6e 61 6d 65 3e  20 62 65 66 6f 72 65 20  |ilename> before |
000002d0  64 6f 69 6e 67 20 61 6e  79 74 68 69 6e 67 20 65  |doing anything e|
000002e0  6c 73 65 2e 20 49 74 20  74 68 65 6e 20 63 68 65  |lse. It then che|
000002f0  63 6b 73 20 66 6f 72 0a  74 68 65 20 65 78 69 73  |cks for.the exis|
00000300  74 65 6e 63 65 20 6f 66  20 3c 50 72 69 6e 74 65  |tence of <Printe|
00000310  72 24 54 65 6d 70 3e 2e  20 49 66 20 74 68 69 73  |r$Temp>. If this|
00000320  20 65 78 69 73 74 73 20  74 68 65 6e 20 69 74 20  | exists then it |
00000330  69 73 20 70 72 69 6e 74  65 64 2e 20 59 6f 75 20  |is printed. You |
00000340  63 61 6e 0a 74 68 65 72  65 66 6f 72 65 20 70 72  |can.therefore pr|
00000350  69 6e 74 20 76 69 61 20  61 20 70 72 69 6e 74 20  |int via a print |
00000360  75 74 69 6c 69 74 79 20  70 72 6f 67 72 61 6d 20  |utility program |
00000370  62 79 20 73 65 74 74 69  6e 67 20 41 6c 69 61 73  |by setting Alias|
00000380  24 40 50 72 69 6e 74 54  79 70 65 5f 46 46 46 0a  |$@PrintType_FFF.|
00000390  74 6f 20 74 68 65 20 6d  61 63 72 6f 20 2a 50 72  |to the macro *Pr|
000003a0  69 6e 74 55 74 69 6c 20  3c 25 30 3e 20 2d 74 6f  |intUtil <%0> -to|
000003b0  20 3c 50 72 69 6e 74 65  72 24 54 65 6d 70 3e 2e  | <Printer$Temp>.|
000003c0  0a 0a 43 6c 69 63 6b 69  6e 67 20 53 45 4c 45 43  |..Clicking SELEC|
000003d0  54 20 6f 6e 20 74 68 65  20 69 63 6f 6e 20 70 72  |T on the icon pr|
000003e0  6f 64 75 63 65 73 20 61  20 77 69 6e 64 6f 77 20  |oduces a window |
000003f0  77 69 74 68 20 64 61 74  61 20 61 62 6f 75 74 20  |with data about |
00000400  74 68 65 20 63 75 72 72  65 6e 74 0a 70 72 69 6e  |the current.prin|
00000410  74 65 72 20 64 72 69 76  65 72 20 73 65 74 74 69  |ter driver setti|
00000420  6e 67 73 2e 20 43 6c 69  63 6b 69 6e 67 20 6f 6e  |ngs. Clicking on|
00000430  20 74 68 65 20 6e 61 6d  65 20 66 69 65 6c 64 20  | the name field |
00000440  73 74 65 70 73 20 74 68  72 6f 75 67 68 20 74 68  |steps through th|
00000450  65 0a 70 72 69 6e 74 65  72 73 20 61 6e 64 20 70  |e.printers and p|
00000460  61 67 65 20 73 69 7a 65  73 20 65 6e 75 6d 65 72  |age sizes enumer|
00000470  61 74 65 64 20 69 6e 20  74 68 65 20 66 69 6c 65  |ated in the file|
00000480  20 50 72 44 61 74 61 2e  20 49 74 20 61 6c 73 6f  | PrData. It also|
00000490  20 61 6c 6c 6f 77 73 20  63 6f 6e 74 72 6f 6c 0a  | allows control.|
000004a0  6f 66 20 74 68 65 20 65  6e 64 2d 6f 66 2d 6c 69  |of the end-of-li|
000004b0  6e 65 20 63 6f 6e 74 72  6f 6c 20 63 68 61 72 61  |ne control chara|
000004c0  63 74 65 72 20 73 65 71  75 65 6e 63 65 20 75 73  |cter sequence us|
000004d0  65 64 20 69 6e 20 74 65  78 74 20 70 72 69 6e 74  |ed in text print|
000004e0  69 6e 67 2c 20 77 68 69  63 68 20 63 61 6e 20 76  |ing, which can v|
000004f0  61 72 79 0a 62 65 74 77  65 65 6e 20 70 72 69 6e  |ary.between prin|
00000500  74 65 72 73 2e 0a 0a 54  68 65 20 70 72 69 6e 74  |ters...The print|
00000510  65 72 20 64 72 69 76 65  72 20 6d 6f 64 75 6c 65  |er driver module|
00000520  20 61 6c 6c 6f 63 61 74  65 73 20 62 75 66 66 65  | allocates buffe|
00000530  72 20 77 6f 72 6b 73 70  61 63 65 20 69 6e 20 74  |r workspace in t|
00000540  68 65 20 6d 6f 64 75 6c  65 20 61 72 65 61 20 66  |he module area f|
00000550  6f 72 20 74 68 65 0a 64  75 72 61 74 69 6f 6e 20  |or the.duration |
00000560  6f 66 20 74 68 65 20 70  72 69 6e 74 20 6a 6f 62  |of the print job|
00000570  2e 20 54 68 65 20 73 70  65 65 64 20 6f 66 20 67  |. The speed of g|
00000580  72 61 70 68 69 63 73 20  70 72 69 6e 74 69 6e 67  |raphics printing|
00000590  20 69 73 20 70 61 72 74  69 61 6c 6c 79 0a 70 72  | is partially.pr|
000005a0  6f 70 6f 72 74 69 6f 6e  61 6c 20 74 6f 20 74 68  |oportional to th|
000005b0  65 20 61 6d 6f 75 6e 74  20 6f 66 20 62 75 66 66  |e amount of buff|
000005c0  65 72 20 6d 65 6d 6f 72  79 20 61 76 61 69 6c 61  |er memory availa|
000005d0  62 6c 65 2c 20 73 6f 20  61 20 77 61 79 20 6f 66  |ble, so a way of|
000005e0  20 73 70 65 65 64 69 6e  67 0a 75 70 20 61 20 70  | speeding.up a p|
000005f0  72 69 6e 74 20 6a 6f 62  20 69 73 20 74 6f 20 75  |rint job is to u|
00000600  73 65 20 74 68 65 20 54  61 73 6b 20 64 69 73 70  |se the Task disp|
00000610  6c 61 79 20 74 6f 20 6d  6f 76 65 20 6d 6f 72 65  |lay to move more|
00000620  20 66 72 65 65 20 6d 65  6d 6f 72 79 20 74 6f 20  | free memory to |
00000630  74 68 65 0a 6d 6f 64 75  6c 65 20 61 72 65 61 20  |the.module area |
00000640  62 65 66 6f 72 65 20 74  68 65 20 70 72 69 6e 74  |before the print|
00000650  20 6a 6f 62 20 73 74 61  72 74 73 2e 20 4e 6f 74  | job starts. Not|
00000660  65 20 74 68 61 74 20 73  6f 6d 65 20 66 72 65 65  |e that some free|
00000670  20 6d 65 6d 6f 72 79 20  73 68 6f 75 6c 64 0a 62  | memory should.b|
00000680  65 20 6c 65 66 74 2c 20  73 69 6e 63 65 20 6f 74  |e left, since ot|
00000690  68 65 72 77 69 73 65 20  75 6e 64 65 72 20 73 6f  |herwise under so|
000006a0  6d 65 20 63 69 72 63 75  6d 73 74 61 6e 63 65 73  |me circumstances|
000006b0  20 61 20 22 4e 6f 20 72  6f 6f 6d 20 69 6e 20 52  | a "No room in R|
000006c0  4d 41 22 20 6d 65 73 73  61 67 65 0a 6d 61 79 20  |MA" message.may |
000006d0  61 72 69 73 65 2e 0a 0a  57 68 69 63 68 20 64 75  |arise...Which du|
000006e0  6d 70 20 74 79 70 65 73  20 77 6f 72 6b 20 6f 6e  |mp types work on|
000006f0  20 77 68 69 63 68 20 70  72 69 6e 74 65 72 73 3a  | which printers:|
00000700  0a 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |.---------------|
00000710  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000720  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 0a 41 6c 6c 20 4c  |---------..All L|
00000730  51 20 64 75 6d 70 73 20  77 6f 72 6b 20 6f 6e 20  |Q dumps work on |
00000740  74 68 65 20 45 50 53 4f  4e 20 4c 51 2d 38 35 30  |the EPSON LQ-850|
00000750  2e 20 4e 6f 74 65 20 74  68 61 74 20 73 6f 6d 65  |. Note that some|
00000760  20 4c 51 2d 63 6f 6d 70  61 74 69 62 6c 65 73 20  | LQ-compatibles |
00000770  61 6e 64 0a 65 61 72 6c  79 20 76 65 72 73 69 6f  |and.early versio|
00000780  6e 73 20 6f 66 20 74 68  65 20 4c 51 2d 38 35 30  |ns of the LQ-850|
00000790  20 6d 61 79 20 6e 6f 74  20 73 75 70 70 6f 72 74  | may not support|
000007a0  20 33 36 30 20 64 70 69  20 64 75 6d 70 73 2e 0a  | 360 dpi dumps..|
000007b0  0a 41 6c 6c 20 46 58 20  64 75 6d 70 73 20 77 6f  |.All FX dumps wo|
000007c0  72 6b 20 6f 6e 20 74 68  65 20 45 50 53 4f 4e 20  |rk on the EPSON |
000007d0  46 58 2d 38 30 20 61 6e  64 20 46 58 2d 38 35 30  |FX-80 and FX-850|
000007e0  2e 0a 0a 41 6c 6c 20 4c  51 20 64 75 6d 70 73 20  |...All LQ dumps |
000007f0  65 78 63 65 70 74 20 33  36 30 20 62 79 20 33 36  |except 360 by 36|
00000800  30 20 64 70 69 20 77 6f  72 6b 20 6f 6e 20 61 6e  |0 dpi work on an|
00000810  20 45 50 53 4f 4e 20 4c  51 2d 38 30 30 2e 0a 0a  | EPSON LQ-800...|
00000820  54 68 65 20 4e 45 43 20  50 69 6e 57 72 69 74 65  |The NEC PinWrite|
00000830  72 20 50 36 70 6c 75 73  20 69 73 20 61 73 20 74  |r P6plus is as t|
00000840  68 65 20 4c 51 2d 38 35  30 2c 20 65 78 63 65 70  |he LQ-850, excep|
00000850  74 20 74 68 61 74 20 74  68 65 20 33 36 30 20 62  |t that the 360 b|
00000860  79 20 33 36 30 20 64 75  6d 70 0a 69 73 20 73 6c  |y 360 dump.is sl|
00000870  69 67 68 74 6c 79 20 64  69 66 66 65 72 65 6e 74  |ightly different|
00000880  3b 20 61 20 50 36 70 6c  75 73 2d 73 70 65 63 69  |; a P6plus-speci|
00000890  66 69 63 20 61 6c 74 65  72 6e 61 74 69 76 65 20  |fic alternative |
000008a0  69 73 20 70 72 6f 76 69  64 65 64 2e 0a 0a 54 68  |is provided...Th|
000008b0  65 20 46 58 20 64 75 6d  70 73 20 61 6c 73 6f 20  |e FX dumps also |
000008c0  77 6f 72 6b 20 6f 6e 20  61 20 42 72 6f 74 68 65  |work on a Brothe|
000008d0  72 20 4d 2d 31 34 30 39  2e 0a                    |r M-1409..|
000008da