Home » Personal collection » Acorn hard disk » apps » Pipedream » !PipeDream/PDrivers/JP150

!PipeDream/PDrivers/JP150

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 » Pipedream
Filename: !PipeDream/PDrivers/JP150
Read OK:
File size: 0889 bytes
Load address: 0000
Exec address: 0000
File contents
	PipeDream printer driver

	This driver is for the Acorn/Olivetti JP150 printer 

	It is based on the driver for the Hewlett-Packard DeskJet
	and other HP PCL III compatibles.

	Created 31-Aug-89. Last modified 31-Oct-91.

	When loading a printer driver, PipeDream reads each 
	successive line looking for valid options.  Each valid 
	option contains a field in column A.  If column A is blank 
	PipeDream ignores the whole line.  So these opening 
	paragraphs will be ignored.

	The following three options all take one parameter which is 
	specified in column B.  The Printer on string specifies the 
	codes sent to the printer at the start of each print 
	session and, in the case of single page printing, at the 
	start of each page.  The Printer off string specifies the 
	codes sent to the printer at the end of each print session 
	and, in the case of single page printing, at the end of 
	each page.  The End of page string specifies the codes sent 
	at the end of each page.  Some printers can handle 
	formfeeds which are faster and quieter than the alternative 
	of sending linefeeds to end the page.

				Description

PON	ESC "(" "0" "N" ESC ")" "1" "0" "U"			Printer on string (use primary character set ECMA-94 ISO Latin1 and secondary character set PC-8)
POFF	ESC "E"			Printer off string (reset printer to defaults)
EP	12			End of page string
LF	Y			Linefeeds (on)


	Highlights

	On	Off	Off at CR?	Description

H1	ESC "&" "d" "1" "D"	ESC "&" "d" "@"	Y	Underlined text (use single fixed underline)
H2	ESC "(" "s" "3" "B"	ESC "(" "s" "0" "B"	Y	Bold text
H3			N
H4	ESC "(" "s" "1" "S"	ESC "(" "s" "0" "S"	Y	Italics
H5	ESC "&" "a" "+" "3" "0" "V" ESC "(" "s" "6" "V"	ESC "&" "a" "-" "3" "0" "V" ESC "(" "s" "1" "2" "V" 	Y	Subscript downup (30 decipoints, 6pt text)
H6	ESC "&" "a" "-" "6" "0" "V" ESC "(" "s" "6" "V"	ESC "&" "a" "+" "6" "0" "V" ESC "(" "s" "1" "2" "V" 	Y	Superscript updown (60 decipoints, 6pt text)
H7	14	15	N	Alternative font: swap to/from secondary character set
H8			N	User defined


	No translations needed


	Microspacing

HMIP	ESC "&" "k"			HMI prefix
HMIS	"H"			HMI suffix
HMIO				HMI offset
HMIT	Y			HMI as text


	End of PipeDream printer driver
00000000  09 50 69 70 65 44 72 65  61 6d 20 70 72 69 6e 74  |.PipeDream print|
00000010  65 72 20 64 72 69 76 65  72 0a 0a 09 54 68 69 73  |er driver...This|
00000020  20 64 72 69 76 65 72 20  69 73 20 66 6f 72 20 74  | driver is for t|
00000030  68 65 20 41 63 6f 72 6e  2f 4f 6c 69 76 65 74 74  |he Acorn/Olivett|
00000040  69 20 4a 50 31 35 30 20  70 72 69 6e 74 65 72 20  |i JP150 printer |
00000050  0a 0a 09 49 74 20 69 73  20 62 61 73 65 64 20 6f  |...It is based o|
00000060  6e 20 74 68 65 20 64 72  69 76 65 72 20 66 6f 72  |n the driver for|
00000070  20 74 68 65 20 48 65 77  6c 65 74 74 2d 50 61 63  | the Hewlett-Pac|
00000080  6b 61 72 64 20 44 65 73  6b 4a 65 74 0a 09 61 6e  |kard DeskJet..an|
00000090  64 20 6f 74 68 65 72 20  48 50 20 50 43 4c 20 49  |d other HP PCL I|
000000a0  49 49 20 63 6f 6d 70 61  74 69 62 6c 65 73 2e 0a  |II compatibles..|
000000b0  0a 09 43 72 65 61 74 65  64 20 33 31 2d 41 75 67  |..Created 31-Aug|
000000c0  2d 38 39 2e 20 4c 61 73  74 20 6d 6f 64 69 66 69  |-89. Last modifi|
000000d0  65 64 20 33 31 2d 4f 63  74 2d 39 31 2e 0a 0a 09  |ed 31-Oct-91....|
000000e0  57 68 65 6e 20 6c 6f 61  64 69 6e 67 20 61 20 70  |When loading a p|
000000f0  72 69 6e 74 65 72 20 64  72 69 76 65 72 2c 20 50  |rinter driver, P|
00000100  69 70 65 44 72 65 61 6d  20 72 65 61 64 73 20 65  |ipeDream reads e|
00000110  61 63 68 20 0a 09 73 75  63 63 65 73 73 69 76 65  |ach ..successive|
00000120  20 6c 69 6e 65 20 6c 6f  6f 6b 69 6e 67 20 66 6f  | line looking fo|
00000130  72 20 76 61 6c 69 64 20  6f 70 74 69 6f 6e 73 2e  |r valid options.|
00000140  20 20 45 61 63 68 20 76  61 6c 69 64 20 0a 09 6f  |  Each valid ..o|
00000150  70 74 69 6f 6e 20 63 6f  6e 74 61 69 6e 73 20 61  |ption contains a|
00000160  20 66 69 65 6c 64 20 69  6e 20 63 6f 6c 75 6d 6e  | field in column|
00000170  20 41 2e 20 20 49 66 20  63 6f 6c 75 6d 6e 20 41  | A.  If column A|
00000180  20 69 73 20 62 6c 61 6e  6b 20 0a 09 50 69 70 65  | is blank ..Pipe|
00000190  44 72 65 61 6d 20 69 67  6e 6f 72 65 73 20 74 68  |Dream ignores th|
000001a0  65 20 77 68 6f 6c 65 20  6c 69 6e 65 2e 20 20 53  |e whole line.  S|
000001b0  6f 20 74 68 65 73 65 20  6f 70 65 6e 69 6e 67 20  |o these opening |
000001c0  0a 09 70 61 72 61 67 72  61 70 68 73 20 77 69 6c  |..paragraphs wil|
000001d0  6c 20 62 65 20 69 67 6e  6f 72 65 64 2e 0a 0a 09  |l be ignored....|
000001e0  54 68 65 20 66 6f 6c 6c  6f 77 69 6e 67 20 74 68  |The following th|
000001f0  72 65 65 20 6f 70 74 69  6f 6e 73 20 61 6c 6c 20  |ree options all |
00000200  74 61 6b 65 20 6f 6e 65  20 70 61 72 61 6d 65 74  |take one paramet|
00000210  65 72 20 77 68 69 63 68  20 69 73 20 0a 09 73 70  |er which is ..sp|
00000220  65 63 69 66 69 65 64 20  69 6e 20 63 6f 6c 75 6d  |ecified in colum|
00000230  6e 20 42 2e 20 20 54 68  65 20 50 72 69 6e 74 65  |n B.  The Printe|
00000240  72 20 6f 6e 20 73 74 72  69 6e 67 20 73 70 65 63  |r on string spec|
00000250  69 66 69 65 73 20 74 68  65 20 0a 09 63 6f 64 65  |ifies the ..code|
00000260  73 20 73 65 6e 74 20 74  6f 20 74 68 65 20 70 72  |s sent to the pr|
00000270  69 6e 74 65 72 20 61 74  20 74 68 65 20 73 74 61  |inter at the sta|
00000280  72 74 20 6f 66 20 65 61  63 68 20 70 72 69 6e 74  |rt of each print|
00000290  20 0a 09 73 65 73 73 69  6f 6e 20 61 6e 64 2c 20  | ..session and, |
000002a0  69 6e 20 74 68 65 20 63  61 73 65 20 6f 66 20 73  |in the case of s|
000002b0  69 6e 67 6c 65 20 70 61  67 65 20 70 72 69 6e 74  |ingle page print|
000002c0  69 6e 67 2c 20 61 74 20  74 68 65 20 0a 09 73 74  |ing, at the ..st|
000002d0  61 72 74 20 6f 66 20 65  61 63 68 20 70 61 67 65  |art of each page|
000002e0  2e 20 20 54 68 65 20 50  72 69 6e 74 65 72 20 6f  |.  The Printer o|
000002f0  66 66 20 73 74 72 69 6e  67 20 73 70 65 63 69 66  |ff string specif|
00000300  69 65 73 20 74 68 65 20  0a 09 63 6f 64 65 73 20  |ies the ..codes |
00000310  73 65 6e 74 20 74 6f 20  74 68 65 20 70 72 69 6e  |sent to the prin|
00000320  74 65 72 20 61 74 20 74  68 65 20 65 6e 64 20 6f  |ter at the end o|
00000330  66 20 65 61 63 68 20 70  72 69 6e 74 20 73 65 73  |f each print ses|
00000340  73 69 6f 6e 20 0a 09 61  6e 64 2c 20 69 6e 20 74  |sion ..and, in t|
00000350  68 65 20 63 61 73 65 20  6f 66 20 73 69 6e 67 6c  |he case of singl|
00000360  65 20 70 61 67 65 20 70  72 69 6e 74 69 6e 67 2c  |e page printing,|
00000370  20 61 74 20 74 68 65 20  65 6e 64 20 6f 66 20 0a  | at the end of .|
00000380  09 65 61 63 68 20 70 61  67 65 2e 20 20 54 68 65  |.each page.  The|
00000390  20 45 6e 64 20 6f 66 20  70 61 67 65 20 73 74 72  | End of page str|
000003a0  69 6e 67 20 73 70 65 63  69 66 69 65 73 20 74 68  |ing specifies th|
000003b0  65 20 63 6f 64 65 73 20  73 65 6e 74 20 0a 09 61  |e codes sent ..a|
000003c0  74 20 74 68 65 20 65 6e  64 20 6f 66 20 65 61 63  |t the end of eac|
000003d0  68 20 70 61 67 65 2e 20  20 53 6f 6d 65 20 70 72  |h page.  Some pr|
000003e0  69 6e 74 65 72 73 20 63  61 6e 20 68 61 6e 64 6c  |inters can handl|
000003f0  65 20 0a 09 66 6f 72 6d  66 65 65 64 73 20 77 68  |e ..formfeeds wh|
00000400  69 63 68 20 61 72 65 20  66 61 73 74 65 72 20 61  |ich are faster a|
00000410  6e 64 20 71 75 69 65 74  65 72 20 74 68 61 6e 20  |nd quieter than |
00000420  74 68 65 20 61 6c 74 65  72 6e 61 74 69 76 65 20  |the alternative |
00000430  0a 09 6f 66 20 73 65 6e  64 69 6e 67 20 6c 69 6e  |..of sending lin|
00000440  65 66 65 65 64 73 20 74  6f 20 65 6e 64 20 74 68  |efeeds to end th|
00000450  65 20 70 61 67 65 2e 0a  0a 09 09 09 09 44 65 73  |e page.......Des|
00000460  63 72 69 70 74 69 6f 6e  0a 0a 50 4f 4e 09 45 53  |cription..PON.ES|
00000470  43 20 22 28 22 20 22 30  22 20 22 4e 22 20 45 53  |C "(" "0" "N" ES|
00000480  43 20 22 29 22 20 22 31  22 20 22 30 22 20 22 55  |C ")" "1" "0" "U|
00000490  22 09 09 09 50 72 69 6e  74 65 72 20 6f 6e 20 73  |"...Printer on s|
000004a0  74 72 69 6e 67 20 28 75  73 65 20 70 72 69 6d 61  |tring (use prima|
000004b0  72 79 20 63 68 61 72 61  63 74 65 72 20 73 65 74  |ry character set|
000004c0  20 45 43 4d 41 2d 39 34  20 49 53 4f 20 4c 61 74  | ECMA-94 ISO Lat|
000004d0  69 6e 31 20 61 6e 64 20  73 65 63 6f 6e 64 61 72  |in1 and secondar|
000004e0  79 20 63 68 61 72 61 63  74 65 72 20 73 65 74 20  |y character set |
000004f0  50 43 2d 38 29 0a 50 4f  46 46 09 45 53 43 20 22  |PC-8).POFF.ESC "|
00000500  45 22 09 09 09 50 72 69  6e 74 65 72 20 6f 66 66  |E"...Printer off|
00000510  20 73 74 72 69 6e 67 20  28 72 65 73 65 74 20 70  | string (reset p|
00000520  72 69 6e 74 65 72 20 74  6f 20 64 65 66 61 75 6c  |rinter to defaul|
00000530  74 73 29 0a 45 50 09 31  32 09 09 09 45 6e 64 20  |ts).EP.12...End |
00000540  6f 66 20 70 61 67 65 20  73 74 72 69 6e 67 0a 4c  |of page string.L|
00000550  46 09 59 09 09 09 4c 69  6e 65 66 65 65 64 73 20  |F.Y...Linefeeds |
00000560  28 6f 6e 29 0a 0a 0a 09  48 69 67 68 6c 69 67 68  |(on)....Highligh|
00000570  74 73 0a 0a 09 4f 6e 09  4f 66 66 09 4f 66 66 20  |ts...On.Off.Off |
00000580  61 74 20 43 52 3f 09 44  65 73 63 72 69 70 74 69  |at CR?.Descripti|
00000590  6f 6e 0a 0a 48 31 09 45  53 43 20 22 26 22 20 22  |on..H1.ESC "&" "|
000005a0  64 22 20 22 31 22 20 22  44 22 09 45 53 43 20 22  |d" "1" "D".ESC "|
000005b0  26 22 20 22 64 22 20 22  40 22 09 59 09 55 6e 64  |&" "d" "@".Y.Und|
000005c0  65 72 6c 69 6e 65 64 20  74 65 78 74 20 28 75 73  |erlined text (us|
000005d0  65 20 73 69 6e 67 6c 65  20 66 69 78 65 64 20 75  |e single fixed u|
000005e0  6e 64 65 72 6c 69 6e 65  29 0a 48 32 09 45 53 43  |nderline).H2.ESC|
000005f0  20 22 28 22 20 22 73 22  20 22 33 22 20 22 42 22  | "(" "s" "3" "B"|
00000600  09 45 53 43 20 22 28 22  20 22 73 22 20 22 30 22  |.ESC "(" "s" "0"|
00000610  20 22 42 22 09 59 09 42  6f 6c 64 20 74 65 78 74  | "B".Y.Bold text|
00000620  0a 48 33 09 09 09 4e 0a  48 34 09 45 53 43 20 22  |.H3...N.H4.ESC "|
00000630  28 22 20 22 73 22 20 22  31 22 20 22 53 22 09 45  |(" "s" "1" "S".E|
00000640  53 43 20 22 28 22 20 22  73 22 20 22 30 22 20 22  |SC "(" "s" "0" "|
00000650  53 22 09 59 09 49 74 61  6c 69 63 73 0a 48 35 09  |S".Y.Italics.H5.|
00000660  45 53 43 20 22 26 22 20  22 61 22 20 22 2b 22 20  |ESC "&" "a" "+" |
00000670  22 33 22 20 22 30 22 20  22 56 22 20 45 53 43 20  |"3" "0" "V" ESC |
00000680  22 28 22 20 22 73 22 20  22 36 22 20 22 56 22 09  |"(" "s" "6" "V".|
00000690  45 53 43 20 22 26 22 20  22 61 22 20 22 2d 22 20  |ESC "&" "a" "-" |
000006a0  22 33 22 20 22 30 22 20  22 56 22 20 45 53 43 20  |"3" "0" "V" ESC |
000006b0  22 28 22 20 22 73 22 20  22 31 22 20 22 32 22 20  |"(" "s" "1" "2" |
000006c0  22 56 22 20 09 59 09 53  75 62 73 63 72 69 70 74  |"V" .Y.Subscript|
000006d0  20 64 6f 77 6e 75 70 20  28 33 30 20 64 65 63 69  | downup (30 deci|
000006e0  70 6f 69 6e 74 73 2c 20  36 70 74 20 74 65 78 74  |points, 6pt text|
000006f0  29 0a 48 36 09 45 53 43  20 22 26 22 20 22 61 22  |).H6.ESC "&" "a"|
00000700  20 22 2d 22 20 22 36 22  20 22 30 22 20 22 56 22  | "-" "6" "0" "V"|
00000710  20 45 53 43 20 22 28 22  20 22 73 22 20 22 36 22  | ESC "(" "s" "6"|
00000720  20 22 56 22 09 45 53 43  20 22 26 22 20 22 61 22  | "V".ESC "&" "a"|
00000730  20 22 2b 22 20 22 36 22  20 22 30 22 20 22 56 22  | "+" "6" "0" "V"|
00000740  20 45 53 43 20 22 28 22  20 22 73 22 20 22 31 22  | ESC "(" "s" "1"|
00000750  20 22 32 22 20 22 56 22  20 09 59 09 53 75 70 65  | "2" "V" .Y.Supe|
00000760  72 73 63 72 69 70 74 20  75 70 64 6f 77 6e 20 28  |rscript updown (|
00000770  36 30 20 64 65 63 69 70  6f 69 6e 74 73 2c 20 36  |60 decipoints, 6|
00000780  70 74 20 74 65 78 74 29  0a 48 37 09 31 34 09 31  |pt text).H7.14.1|
00000790  35 09 4e 09 41 6c 74 65  72 6e 61 74 69 76 65 20  |5.N.Alternative |
000007a0  66 6f 6e 74 3a 20 73 77  61 70 20 74 6f 2f 66 72  |font: swap to/fr|
000007b0  6f 6d 20 73 65 63 6f 6e  64 61 72 79 20 63 68 61  |om secondary cha|
000007c0  72 61 63 74 65 72 20 73  65 74 0a 48 38 09 09 09  |racter set.H8...|
000007d0  4e 09 55 73 65 72 20 64  65 66 69 6e 65 64 0a 0a  |N.User defined..|
000007e0  0a 09 4e 6f 20 74 72 61  6e 73 6c 61 74 69 6f 6e  |..No translation|
000007f0  73 20 6e 65 65 64 65 64  0a 0a 0a 09 4d 69 63 72  |s needed....Micr|
00000800  6f 73 70 61 63 69 6e 67  0a 0a 48 4d 49 50 09 45  |ospacing..HMIP.E|
00000810  53 43 20 22 26 22 20 22  6b 22 09 09 09 48 4d 49  |SC "&" "k"...HMI|
00000820  20 70 72 65 66 69 78 0a  48 4d 49 53 09 22 48 22  | prefix.HMIS."H"|
00000830  09 09 09 48 4d 49 20 73  75 66 66 69 78 0a 48 4d  |...HMI suffix.HM|
00000840  49 4f 09 09 09 09 48 4d  49 20 6f 66 66 73 65 74  |IO....HMI offset|
00000850  0a 48 4d 49 54 09 59 09  09 09 48 4d 49 20 61 73  |.HMIT.Y...HMI as|
00000860  20 74 65 78 74 0a 0a 0a  09 45 6e 64 20 6f 66 20  | text....End of |
00000870  50 69 70 65 44 72 65 61  6d 20 70 72 69 6e 74 65  |PipeDream printe|
00000880  72 20 64 72 69 76 65 72  0a                       |r driver.|
00000889