home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8726 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  2.0 KB

  1. Xref: sparky comp.sys.hp:8726 comp.os.vms:12951 comp.periphs.printers:2263
  2. Path: sparky!uunet!gatech!rpi!usc!news.bbn.com!bbn.com!pdsmith
  3. From: pdsmith@bbn.com (Peter D. Smith)
  4. Newsgroups: comp.sys.hp,comp.os.vms,comp.periphs.printers
  5. Subject: Re: PaintJet
  6. Date: 30 Jul 1992 15:58:59 GMT
  7. Organization: Bolt Beranek and Newman Inc., Cambridge MA
  8. Lines: 32
  9. Message-ID: <l7g4e3INNsud@news.bbn.com>
  10. References: <1992Jul30.093631.22736@newsgate.sps.mot.com>
  11. Reply-To: pdsmith@spca.bbn.com (Peter D. Smith)
  12. NNTP-Posting-Host: bbn.com
  13.  
  14. In article <1992Jul30.093631.22736@newsgate.sps.mot.com> bell@ekbext.sps.mot.com writes:
  15. >A recently delivered HP 9000/382 came with a PaintJet printer, which has been
  16. >sited in out office area, rather than in a clean area, which is isn't praticable.
  17. >I was advised that this beast could be sited on a DEC portserver, and the
  18. >multinet package used so that anyone on a vax,hp or sun on the network would make
  19. >use of it. All was fine with text files which are sent to it, but raster images
  20. >are proving tricky. Taking the example of a graph created by BBN's RS/1, the
  21. >printer spews some nonsense, and then about half the graph, and then some more
  22. >nonsense. 
  23.  
  24. Well, actually, I wrote that driver.
  25.  
  26. The HP PaintJet, like all HP printers, uses a strictly binary bitmap.  This
  27. causes all sorts of headaches since a bitmap can contain up to 750,000 bytes.
  28. The likelyhood that those bytes will include XON, XOF, EOF, etc is quite
  29. high (*).  For this reason, the Paintjet really works much better on a
  30. parallel port connected to a PC (which is, after all, where the market is).
  31.  
  32. I'm afraid that getting the printer to work over your network may be quite
  33. difficult (assuming that it can be done at all).
  34.  
  35. You may wish to try one of the DEC LJ250s -- it's the same printer except
  36. that it uses DEC's SIXEL graphics which work pretty well over serial lines.
  37.  
  38.  
  39.  
  40.                     Peter D. Smith
  41.                     RS/1 Device Support
  42.  
  43.  
  44. (*) According to RS/1, the chance that a random binary file 10,000 bytes long
  45. will not contain any particular byte is (255/256)**10000 ~= 1e-17
  46.