home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / dcom / lans / misc / 690 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.0 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!nntp-server.caltech.edu!gah
  2. From: gah@hood.hood.caltech.edu (Glen Herrmannsfeldt)
  3. Newsgroups: comp.dcom.lans.misc
  4. Subject: Re: Connecting an HP Laser Printer on the Ethernet
  5. Message-ID: <gah.715037977@oldhood>
  6. Date: 28 Aug 92 21:39:37 GMT
  7. References: <2230232@hprnd.rose.hp.com> <1992Aug22.174313.10461@sulo.otol.fi>
  8. Sender: news@cco.caltech.edu
  9. Organization: California Institute of Technology, Pasadena
  10. Lines: 22
  11. Nntp-Posting-Host: oldhood.hood.caltech.edu
  12.  
  13. We have one of the HP cards, and it works really well.
  14.  
  15. Just a little about how it works:
  16.  
  17. It does not directly support TCP/IP LPD protocol.
  18.  
  19. It takes a single TCP connection on port 9100, stuffs all the
  20. characters into the printer, and ends on TCP/IP close.
  21.  
  22. The spooler machine runs software to support LPD, and
  23. take care of normal spool functions.  They supply
  24. it for HP, and sun.
  25.  
  26. It is real easy to write the driver for, though.
  27.  
  28. You can also do
  29.  
  30. telnet printer.name 9100
  31.  
  32. what you type goes to the printer!
  33.  
  34. -- glen
  35.