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

!PipeDream/PDrivers/HPJet

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/HPJet
Read OK:
File size: 0A1C bytes
Load address: 0000
Exec address: 0000
File contents
	PipeDream printer drivers

	This driver is for the Hewlett-Packard DeskJet/LasetJet
	and other HP PCL III compatibles.

	Created 31-Aug-89. Last modified 22-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


	Translations for Acorn extended Latin characters

"�"	ESC "&" "a" "+" "0" "." "5" "5" "R" "�" ESC "&" "a" "-" "0" "." "5" "5" "R"
"�"	ESC "&" "a" "-" "6" "0" "V" ESC "(" "s" "6" "V" "T" "M" ESC "&" "a" "+" "6" "0" "V" ESC "(" "s" "1" "2" "V" 
"�"	"%" ? "."
"�"	"�"
"�"	"`"
"�"	"�"
"�"	"<"
"�"	">"
"�"	34
"�"	34
"�"	ESC "&" "a" "+" "0" "." "3" "R" 34 ESC "&" "a" "-" "0" "." "3" "R"
"�"	"-"
"�"	"-"
"�"	"-"
"�"	"O" "E"
"�"	"o" "e"
"�"	"|" ? "-"
"�"	"|" ? "="
"�"	"f" "i"
"�"	"f" "l"


	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 73 0a 0a 09 54 68 69  |er drivers...Thi|
00000020  73 20 64 72 69 76 65 72  20 69 73 20 66 6f 72 20  |s driver is for |
00000030  74 68 65 20 48 65 77 6c  65 74 74 2d 50 61 63 6b  |the Hewlett-Pack|
00000040  61 72 64 20 44 65 73 6b  4a 65 74 2f 4c 61 73 65  |ard DeskJet/Lase|
00000050  74 4a 65 74 0a 09 61 6e  64 20 6f 74 68 65 72 20  |tJet..and other |
00000060  48 50 20 50 43 4c 20 49  49 49 20 63 6f 6d 70 61  |HP PCL III compa|
00000070  74 69 62 6c 65 73 2e 0a  0a 09 43 72 65 61 74 65  |tibles....Create|
00000080  64 20 33 31 2d 41 75 67  2d 38 39 2e 20 4c 61 73  |d 31-Aug-89. Las|
00000090  74 20 6d 6f 64 69 66 69  65 64 20 32 32 2d 4f 63  |t modified 22-Oc|
000000a0  74 2d 39 31 2e 0a 0a 09  57 68 65 6e 20 6c 6f 61  |t-91....When loa|
000000b0  64 69 6e 67 20 61 20 70  72 69 6e 74 65 72 20 64  |ding a printer d|
000000c0  72 69 76 65 72 2c 20 50  69 70 65 44 72 65 61 6d  |river, PipeDream|
000000d0  20 72 65 61 64 73 20 65  61 63 68 20 0a 09 73 75  | reads each ..su|
000000e0  63 63 65 73 73 69 76 65  20 6c 69 6e 65 20 6c 6f  |ccessive line lo|
000000f0  6f 6b 69 6e 67 20 66 6f  72 20 76 61 6c 69 64 20  |oking for valid |
00000100  6f 70 74 69 6f 6e 73 2e  20 20 45 61 63 68 20 76  |options.  Each v|
00000110  61 6c 69 64 20 0a 09 6f  70 74 69 6f 6e 20 63 6f  |alid ..option co|
00000120  6e 74 61 69 6e 73 20 61  20 66 69 65 6c 64 20 69  |ntains a field i|
00000130  6e 20 63 6f 6c 75 6d 6e  20 41 2e 20 20 49 66 20  |n column A.  If |
00000140  63 6f 6c 75 6d 6e 20 41  20 69 73 20 62 6c 61 6e  |column A is blan|
00000150  6b 20 0a 09 50 69 70 65  44 72 65 61 6d 20 69 67  |k ..PipeDream ig|
00000160  6e 6f 72 65 73 20 74 68  65 20 77 68 6f 6c 65 20  |nores the whole |
00000170  6c 69 6e 65 2e 20 20 53  6f 20 74 68 65 73 65 20  |line.  So these |
00000180  6f 70 65 6e 69 6e 67 20  0a 09 70 61 72 61 67 72  |opening ..paragr|
00000190  61 70 68 73 20 77 69 6c  6c 20 62 65 20 69 67 6e  |aphs will be ign|
000001a0  6f 72 65 64 2e 0a 0a 09  54 68 65 20 66 6f 6c 6c  |ored....The foll|
000001b0  6f 77 69 6e 67 20 74 68  72 65 65 20 6f 70 74 69  |owing three opti|
000001c0  6f 6e 73 20 61 6c 6c 20  74 61 6b 65 20 6f 6e 65  |ons all take one|
000001d0  20 70 61 72 61 6d 65 74  65 72 20 77 68 69 63 68  | parameter which|
000001e0  20 69 73 20 0a 09 73 70  65 63 69 66 69 65 64 20  | is ..specified |
000001f0  69 6e 20 63 6f 6c 75 6d  6e 20 42 2e 20 20 54 68  |in column B.  Th|
00000200  65 20 50 72 69 6e 74 65  72 20 6f 6e 20 73 74 72  |e Printer on str|
00000210  69 6e 67 20 73 70 65 63  69 66 69 65 73 20 74 68  |ing specifies th|
00000220  65 20 0a 09 63 6f 64 65  73 20 73 65 6e 74 20 74  |e ..codes sent t|
00000230  6f 20 74 68 65 20 70 72  69 6e 74 65 72 20 61 74  |o the printer at|
00000240  20 74 68 65 20 73 74 61  72 74 20 6f 66 20 65 61  | the start of ea|
00000250  63 68 20 70 72 69 6e 74  20 0a 09 73 65 73 73 69  |ch print ..sessi|
00000260  6f 6e 20 61 6e 64 2c 20  69 6e 20 74 68 65 20 63  |on and, in the c|
00000270  61 73 65 20 6f 66 20 73  69 6e 67 6c 65 20 70 61  |ase of single pa|
00000280  67 65 20 70 72 69 6e 74  69 6e 67 2c 20 61 74 20  |ge printing, at |
00000290  74 68 65 20 0a 09 73 74  61 72 74 20 6f 66 20 65  |the ..start of e|
000002a0  61 63 68 20 70 61 67 65  2e 20 20 54 68 65 20 50  |ach page.  The P|
000002b0  72 69 6e 74 65 72 20 6f  66 66 20 73 74 72 69 6e  |rinter off strin|
000002c0  67 20 73 70 65 63 69 66  69 65 73 20 74 68 65 20  |g specifies the |
000002d0  0a 09 63 6f 64 65 73 20  73 65 6e 74 20 74 6f 20  |..codes sent to |
000002e0  74 68 65 20 70 72 69 6e  74 65 72 20 61 74 20 74  |the printer at t|
000002f0  68 65 20 65 6e 64 20 6f  66 20 65 61 63 68 20 70  |he end of each p|
00000300  72 69 6e 74 20 73 65 73  73 69 6f 6e 20 0a 09 61  |rint session ..a|
00000310  6e 64 2c 20 69 6e 20 74  68 65 20 63 61 73 65 20  |nd, in the case |
00000320  6f 66 20 73 69 6e 67 6c  65 20 70 61 67 65 20 70  |of single page p|
00000330  72 69 6e 74 69 6e 67 2c  20 61 74 20 74 68 65 20  |rinting, at the |
00000340  65 6e 64 20 6f 66 20 0a  09 65 61 63 68 20 70 61  |end of ..each pa|
00000350  67 65 2e 20 20 54 68 65  20 45 6e 64 20 6f 66 20  |ge.  The End of |
00000360  70 61 67 65 20 73 74 72  69 6e 67 20 73 70 65 63  |page string spec|
00000370  69 66 69 65 73 20 74 68  65 20 63 6f 64 65 73 20  |ifies the codes |
00000380  73 65 6e 74 20 0a 09 61  74 20 74 68 65 20 65 6e  |sent ..at the en|
00000390  64 20 6f 66 20 65 61 63  68 20 70 61 67 65 2e 20  |d of each page. |
000003a0  20 53 6f 6d 65 20 70 72  69 6e 74 65 72 73 20 63  | Some printers c|
000003b0  61 6e 20 68 61 6e 64 6c  65 20 0a 09 66 6f 72 6d  |an handle ..form|
000003c0  66 65 65 64 73 20 77 68  69 63 68 20 61 72 65 20  |feeds which are |
000003d0  66 61 73 74 65 72 20 61  6e 64 20 71 75 69 65 74  |faster and quiet|
000003e0  65 72 20 74 68 61 6e 20  74 68 65 20 61 6c 74 65  |er than the alte|
000003f0  72 6e 61 74 69 76 65 20  0a 09 6f 66 20 73 65 6e  |rnative ..of sen|
00000400  64 69 6e 67 20 6c 69 6e  65 66 65 65 64 73 20 74  |ding linefeeds t|
00000410  6f 20 65 6e 64 20 74 68  65 20 70 61 67 65 2e 0a  |o end the page..|
00000420  0a 09 09 09 09 44 65 73  63 72 69 70 74 69 6f 6e  |.....Description|
00000430  0a 0a 50 4f 4e 09 45 53  43 20 22 28 22 20 22 30  |..PON.ESC "(" "0|
00000440  22 20 22 4e 22 20 45 53  43 20 22 29 22 20 22 31  |" "N" ESC ")" "1|
00000450  22 20 22 30 22 20 22 55  22 09 09 09 50 72 69 6e  |" "0" "U"...Prin|
00000460  74 65 72 20 6f 6e 20 73  74 72 69 6e 67 20 28 75  |ter on string (u|
00000470  73 65 20 70 72 69 6d 61  72 79 20 63 68 61 72 61  |se primary chara|
00000480  63 74 65 72 20 73 65 74  20 45 43 4d 41 2d 39 34  |cter set ECMA-94|
00000490  20 49 53 4f 20 4c 61 74  69 6e 31 20 61 6e 64 20  | ISO Latin1 and |
000004a0  73 65 63 6f 6e 64 61 72  79 20 63 68 61 72 61 63  |secondary charac|
000004b0  74 65 72 20 73 65 74 20  50 43 2d 38 29 0a 50 4f  |ter set PC-8).PO|
000004c0  46 46 09 45 53 43 20 22  45 22 09 09 09 50 72 69  |FF.ESC "E"...Pri|
000004d0  6e 74 65 72 20 6f 66 66  20 73 74 72 69 6e 67 20  |nter off string |
000004e0  28 72 65 73 65 74 20 70  72 69 6e 74 65 72 20 74  |(reset printer t|
000004f0  6f 20 64 65 66 61 75 6c  74 73 29 0a 45 50 09 31  |o defaults).EP.1|
00000500  32 09 09 09 45 6e 64 20  6f 66 20 70 61 67 65 20  |2...End of page |
00000510  73 74 72 69 6e 67 0a 4c  46 09 59 09 09 09 4c 69  |string.LF.Y...Li|
00000520  6e 65 66 65 65 64 73 20  28 6f 6e 29 0a 0a 0a 09  |nefeeds (on)....|
00000530  48 69 67 68 6c 69 67 68  74 73 0a 0a 09 4f 6e 09  |Highlights...On.|
00000540  4f 66 66 09 4f 66 66 20  61 74 20 43 52 3f 09 44  |Off.Off at CR?.D|
00000550  65 73 63 72 69 70 74 69  6f 6e 0a 0a 48 31 09 45  |escription..H1.E|
00000560  53 43 20 22 26 22 20 22  64 22 20 22 31 22 20 22  |SC "&" "d" "1" "|
00000570  44 22 09 45 53 43 20 22  26 22 20 22 64 22 20 22  |D".ESC "&" "d" "|
00000580  40 22 09 59 09 55 6e 64  65 72 6c 69 6e 65 64 20  |@".Y.Underlined |
00000590  74 65 78 74 20 28 75 73  65 20 73 69 6e 67 6c 65  |text (use single|
000005a0  20 66 69 78 65 64 20 75  6e 64 65 72 6c 69 6e 65  | fixed underline|
000005b0  29 0a 48 32 09 45 53 43  20 22 28 22 20 22 73 22  |).H2.ESC "(" "s"|
000005c0  20 22 33 22 20 22 42 22  09 45 53 43 20 22 28 22  | "3" "B".ESC "("|
000005d0  20 22 73 22 20 22 30 22  20 22 42 22 09 59 09 42  | "s" "0" "B".Y.B|
000005e0  6f 6c 64 20 74 65 78 74  0a 48 33 09 09 09 4e 0a  |old text.H3...N.|
000005f0  48 34 09 45 53 43 20 22  28 22 20 22 73 22 20 22  |H4.ESC "(" "s" "|
00000600  31 22 20 22 53 22 09 45  53 43 20 22 28 22 20 22  |1" "S".ESC "(" "|
00000610  73 22 20 22 30 22 20 22  53 22 09 59 09 49 74 61  |s" "0" "S".Y.Ita|
00000620  6c 69 63 73 0a 48 35 09  45 53 43 20 22 26 22 20  |lics.H5.ESC "&" |
00000630  22 61 22 20 22 2b 22 20  22 33 22 20 22 30 22 20  |"a" "+" "3" "0" |
00000640  22 56 22 20 45 53 43 20  22 28 22 20 22 73 22 20  |"V" ESC "(" "s" |
00000650  22 36 22 20 22 56 22 09  45 53 43 20 22 26 22 20  |"6" "V".ESC "&" |
00000660  22 61 22 20 22 2d 22 20  22 33 22 20 22 30 22 20  |"a" "-" "3" "0" |
00000670  22 56 22 20 45 53 43 20  22 28 22 20 22 73 22 20  |"V" ESC "(" "s" |
00000680  22 31 22 20 22 32 22 20  22 56 22 20 09 59 09 53  |"1" "2" "V" .Y.S|
00000690  75 62 73 63 72 69 70 74  20 64 6f 77 6e 75 70 20  |ubscript downup |
000006a0  28 33 30 20 64 65 63 69  70 6f 69 6e 74 73 2c 20  |(30 decipoints, |
000006b0  36 70 74 20 74 65 78 74  29 0a 48 36 09 45 53 43  |6pt text).H6.ESC|
000006c0  20 22 26 22 20 22 61 22  20 22 2d 22 20 22 36 22  | "&" "a" "-" "6"|
000006d0  20 22 30 22 20 22 56 22  20 45 53 43 20 22 28 22  | "0" "V" ESC "("|
000006e0  20 22 73 22 20 22 36 22  20 22 56 22 09 45 53 43  | "s" "6" "V".ESC|
000006f0  20 22 26 22 20 22 61 22  20 22 2b 22 20 22 36 22  | "&" "a" "+" "6"|
00000700  20 22 30 22 20 22 56 22  20 45 53 43 20 22 28 22  | "0" "V" ESC "("|
00000710  20 22 73 22 20 22 31 22  20 22 32 22 20 22 56 22  | "s" "1" "2" "V"|
00000720  20 09 59 09 53 75 70 65  72 73 63 72 69 70 74 20  | .Y.Superscript |
00000730  75 70 64 6f 77 6e 20 28  36 30 20 64 65 63 69 70  |updown (60 decip|
00000740  6f 69 6e 74 73 2c 20 36  70 74 20 74 65 78 74 29  |oints, 6pt text)|
00000750  0a 48 37 09 31 34 09 31  35 09 4e 09 41 6c 74 65  |.H7.14.15.N.Alte|
00000760  72 6e 61 74 69 76 65 20  66 6f 6e 74 3a 20 73 77  |rnative font: sw|
00000770  61 70 20 74 6f 2f 66 72  6f 6d 20 73 65 63 6f 6e  |ap to/from secon|
00000780  64 61 72 79 20 63 68 61  72 61 63 74 65 72 20 73  |dary character s|
00000790  65 74 0a 48 38 09 09 09  4e 09 55 73 65 72 20 64  |et.H8...N.User d|
000007a0  65 66 69 6e 65 64 0a 0a  0a 09 54 72 61 6e 73 6c  |efined....Transl|
000007b0  61 74 69 6f 6e 73 20 66  6f 72 20 41 63 6f 72 6e  |ations for Acorn|
000007c0  20 65 78 74 65 6e 64 65  64 20 4c 61 74 69 6e 20  | extended Latin |
000007d0  63 68 61 72 61 63 74 65  72 73 0a 0a 22 8c 22 09  |characters..".".|
000007e0  45 53 43 20 22 26 22 20  22 61 22 20 22 2b 22 20  |ESC "&" "a" "+" |
000007f0  22 30 22 20 22 2e 22 20  22 35 22 20 22 35 22 20  |"0" "." "5" "5" |
00000800  22 52 22 20 22 a8 22 20  45 53 43 20 22 26 22 20  |"R" "." ESC "&" |
00000810  22 61 22 20 22 2d 22 20  22 30 22 20 22 2e 22 20  |"a" "-" "0" "." |
00000820  22 35 22 20 22 35 22 20  22 52 22 0a 22 8d 22 09  |"5" "5" "R".".".|
00000830  45 53 43 20 22 26 22 20  22 61 22 20 22 2d 22 20  |ESC "&" "a" "-" |
00000840  22 36 22 20 22 30 22 20  22 56 22 20 45 53 43 20  |"6" "0" "V" ESC |
00000850  22 28 22 20 22 73 22 20  22 36 22 20 22 56 22 20  |"(" "s" "6" "V" |
00000860  22 54 22 20 22 4d 22 20  45 53 43 20 22 26 22 20  |"T" "M" ESC "&" |
00000870  22 61 22 20 22 2b 22 20  22 36 22 20 22 30 22 20  |"a" "+" "6" "0" |
00000880  22 56 22 20 45 53 43 20  22 28 22 20 22 73 22 20  |"V" ESC "(" "s" |
00000890  22 31 22 20 22 32 22 20  22 56 22 20 0a 22 8e 22  |"1" "2" "V" ."."|
000008a0  09 22 25 22 20 3f 20 22  2e 22 0a 22 8f 22 09 22  |."%" ? "."."."."|
000008b0  b7 22 0a 22 90 22 09 22  60 22 0a 22 91 22 09 22  |."."."."`"."."."|
000008c0  b4 22 0a 22 92 22 09 22  3c 22 0a 22 93 22 09 22  |."."."."<"."."."|
000008d0  3e 22 0a 22 94 22 09 33  34 0a 22 95 22 09 33 34  |>".".".34.".".34|
000008e0  0a 22 96 22 09 45 53 43  20 22 26 22 20 22 61 22  |.".".ESC "&" "a"|
000008f0  20 22 2b 22 20 22 30 22  20 22 2e 22 20 22 33 22  | "+" "0" "." "3"|
00000900  20 22 52 22 20 33 34 20  45 53 43 20 22 26 22 20  | "R" 34 ESC "&" |
00000910  22 61 22 20 22 2d 22 20  22 30 22 20 22 2e 22 20  |"a" "-" "0" "." |
00000920  22 33 22 20 22 52 22 0a  22 97 22 09 22 2d 22 0a  |"3" "R"."."."-".|
00000930  22 98 22 09 22 2d 22 0a  22 99 22 09 22 2d 22 0a  |"."."-"."."."-".|
00000940  22 9a 22 09 22 4f 22 20  22 45 22 0a 22 9b 22 09  |"."."O" "E".".".|
00000950  22 6f 22 20 22 65 22 0a  22 9c 22 09 22 7c 22 20  |"o" "e"."."."|" |
00000960  3f 20 22 2d 22 0a 22 9d  22 09 22 7c 22 20 3f 20  |? "-"."."."|" ? |
00000970  22 3d 22 0a 22 9e 22 09  22 66 22 20 22 69 22 0a  |"="."."."f" "i".|
00000980  22 9f 22 09 22 66 22 20  22 6c 22 0a 0a 0a 09 4d  |"."."f" "l"....M|
00000990  69 63 72 6f 73 70 61 63  69 6e 67 0a 0a 48 4d 49  |icrospacing..HMI|
000009a0  50 09 45 53 43 20 22 26  22 20 22 6b 22 09 09 09  |P.ESC "&" "k"...|
000009b0  48 4d 49 20 70 72 65 66  69 78 0a 48 4d 49 53 09  |HMI prefix.HMIS.|
000009c0  22 48 22 09 09 09 48 4d  49 20 73 75 66 66 69 78  |"H"...HMI suffix|
000009d0  0a 48 4d 49 4f 09 09 09  09 48 4d 49 20 6f 66 66  |.HMIO....HMI off|
000009e0  73 65 74 0a 48 4d 49 54  09 59 09 09 09 48 4d 49  |set.HMIT.Y...HMI|
000009f0  20 61 73 20 74 65 78 74  0a 0a 0a 09 45 6e 64 20  | as text....End |
00000a00  6f 66 20 50 69 70 65 44  72 65 61 6d 20 70 72 69  |of PipeDream pri|
00000a10  6e 74 65 72 20 64 72 69  76 65 72 0a              |nter driver.|
00000a1c