home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / appletal / 4359 < prev    next >
Encoding:
Text File  |  1993-01-09  |  2.4 KB  |  49 lines

  1. Newsgroups: comp.protocols.appletalk
  2. Path: sparky!uunet!island!coney!hue
  3. From: hue@island.COM (Pond Scum)
  4. Subject: Re: Sharing a Printer on Ethernet between Macs and Unix machines
  5. Message-ID: <hue.726623136@coney>
  6. Sender: usenet@island.COM (The Usenet mail target)
  7. Organization: Island Graphics Corp.
  8. References: <ferch.726543290@swiss.ucs.ubc.ca>
  9. Date: Sat, 9 Jan 1993 23:45:36 GMT
  10. Lines: 37
  11.  
  12. ferch@ucs.ubc.ca (Les Ferch) writes:
  13. >One product that promises to do this in a slick way is called "EtherWrite
  14. >LPR" from Compatible Systems. The product was announced in July but has
  15. >not shipped yet. I talked to the company this week and they think it will
  16. >be ready to ship sometime in February - we'll see. EtherWrite LPR is a box
  17. >that has two ports, one plugs into the LocalTalk port on a printer and the
  18. >other plugs into an ethernet network. It handles both EtherTalk from Macs
  19. >(i.e. printer shows up in Chooser) and TCP/IP (print from Unix systems
  20. >using lpr). It will have a SRP of about $1000.
  21.  
  22. We just got a couple of Dayna Etherprint boxes for our printers which
  23. have only Localtalk and RS-232 ports.  They were around $300 a piece.
  24. So you can save about $700 by just using something like CAP in conjunction
  25. with one of these boxes.  I prefer to use PAP/Ethertalk over lpr/TCP/IP
  26. when I have a choice because PAP is bidirectional so you can get PostScript
  27. errors back from the printer - which is important to us.
  28.  
  29. Because the printer's we have do not support Adobe's Binary Communication
  30. Protocol (BCP) over the serial ports, they are next to useless when
  31. connected to the serial port of a UNIX box.  We cannot send binary image
  32. data to the printer, so the UNIX applications have to generate straight
  33. ASCII PostScript. When serving as print spoolers for the Macs, I use
  34. a filter which preprocesses the jobs before they go out.  It looks for
  35. %%BeginBinary comments and converts binary image data to ASCII, and
  36. redefines the readstring operator.  It doesn't work in all cases, and it's
  37. just plain slow to send twice as many bytes for each sample in an
  38. image at 38400 baud.
  39.  
  40. So if you just have one or two printers, I'd go with the Etherprint boxes
  41. and CAP, but if you have a bunch of Localtalk and RS-232 only devices, you
  42. might consider a Gatorbox or something like that.  I just saw an ad for
  43. something from Dayna called a "Pathfinder" for around $700.  If that
  44. is a Localtalk<->Ethertalk bridge for $700, that's way cheaper than a
  45. Gatorbox.
  46.  
  47.  
  48. -Jonathan        hue@island.COM
  49.