Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!rutgers!netnews.upenn.edu!DCCS.UPENN.EDU!hagan From: hagan@DCCS.UPENN.EDU (John Dotts Hagan) Newsgroups: comp.protocols.tcp-ip Subject: Re: TCP-IP Print Spooler Message-ID: <25957@netnews.upenn.edu> Date: 13 Jun 90 00:05:36 GMT References: <1111@syteke.be> <7290002@hpccc.HP.COM> Sender: news@netnews.upenn.edu Reply-To: hagan@DCCS.UPENN.EDU (John Dotts Hagan) Organization: DCCS Lines: 16 Does anyone have a version of Transcript that uses IP/TCP to open a connection to a postscript device and then do the print thing? The problem with most of the other mentioned methods is that they are one way connections - that is, the connection is opened and data is dumped from the host to the printer. Some (maybe all) of them can deal with flow control by not acking TCP frames, or such, but all the methods seem to not be able to read data from the printer. Postscript printers like to talk back (error messages, other stuff?) that lets you know what is going on. Anyone changed all the open's in the transcript package to be network connections? --Kid.