home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / hardware / 1370 < prev    next >
Encoding:
Text File  |  1992-08-13  |  2.3 KB  |  55 lines

  1. Newsgroups: comp.sys.next.hardware
  2. Path: sparky!uunet!caen!nic.umass.edu!titan.ucc.umass.edu!a74k110
  3. From: a74k110@titan.ucc.umass.edu (Chris Lloyd)
  4. Subject: Re: HP Pen plotter
  5. Message-ID: <1992Aug14.023210.1295@nic.umass.edu>
  6. Keywords: plotter printing
  7. Sender: usenet@nic.umass.edu (USENET News System)
  8. Nntp-Posting-Host: titan.ucc.umass.edu
  9. Organization: University of Massachusetts, Amherst
  10. References: <1992Aug14.000852.9592@pslu1.psl.wisc.edu>
  11. Date: Fri, 14 Aug 1992 02:32:10 GMT
  12. Lines: 41
  13.  
  14. In article <1992Aug14.000852.9592@pslu1.psl.wisc.edu> giddings@whitewater.chem.wisc.edu (Michael Giddings) writes:
  15. >Does anyone know of a driver for HP pen plotters for the NeXT?  We have an  
  16. >HP7550A, and would like to connect it to either the cube or the station  
  17. >here.  We have the correct RS232 cable, but no driver for the thing.  Does  
  18. >anyone have any leads?
  19.  
  20. define driver.
  21.  
  22. if you just want to hook it up and be able to spew raw HP-GL at it from
  23. crufty command line proggies that belch HP-GL into a file, your best bet
  24. is to man printcap, man lpr, man lpd and create a printcap entry in
  25. the netinfo database using NetInfoMangler.  The NeXT printer config
  26. stuff is all geared towards PS printers, not very helpful for vanilla
  27. line printers or plotters.  You basically want to configure it as
  28. a raw line printer with no filters. Something like so:
  29.  
  30. # br=9600 baud, mx=unlimited file size, lp=on ttya (serial port a),
  31. # ff=no form feed char
  32. # sd=spool directory in /usr/spool/lpd/hp7550a (create this)
  33. # pc= 10 cents a foot :)
  34.  
  35. hp7550a:br#9600:mx#0:lp=/dev/ttya:ff=:sd=/usr/spool/lpd/hp7550a:pc=1000
  36.  
  37.  
  38. if you want to print PostScript on it, you'd probably be better off
  39. selling it and buying a cheap dot matrix and using something like Dots.
  40.  
  41. Printing bitmaps on a plotter would be quite an impressive thing to watch
  42. the plotter do, but the results would be a bit spotty.
  43.  
  44. Converting PostScript to HP-GL (expecially the level the 7550A is running)
  45. would be quite a task, at best you might be able to get lines and text
  46. and maybe patterned fills to work if you were to write a full
  47. postscript interpetor that could do some sort of blasphemous PS->HP-GL
  48. transformation.
  49.  
  50. If you want to use it with NeXT Apps and PostScript, my words are "sell it".
  51.  
  52. la la la,
  53. -- 
  54. :: Christopher Lloyd :: a74k110@titan.ucc.umass.edu :: Yrrid, Inc. ::
  55.