Archived from groups: comp.periphs.printers (
More info?)
"Warren Block" <wblock@wonkity.com> wrote in message
news:slrnckogrj.hot.wblock@speedy.wonkity.com...
> Kim2000 <kim2000@fastmail.fm> wrote:
>
> > We currently have a small peer-to-peer network running Win98. We have
> > a HP laser printer (2100M) connected to two of the computers on the
> > network via a parallel-printer switch.
> >
> > We are now planning on replacing the existing printer with a network
> > printer (Samsung CLP-550N).
>
> If the 2100M does what you need, you can just add a print server to it
> and it will become a network printer.
>
> > However, we have an old DOS program written in Turbo Pascal that we
> > run on one (and only one) of the systems. It outputs data in PCL
> > format on LPT1 which goes to the HP Printer.
> >
> > My question is: Is it possible to redirect (Capture) the LPT1 port to
> > the network printer so that we can print from the DOS program to the
> > network printer? The data format is not a problem since the Samsung
> > CLP-550N is PCL-compatible.
>
> Probably. See the help for the "net" command:
>
> net /?
> net capture /? (or net /? capture, I forget)
How about:
net use LPT1 \\servername\sharename
>
> > If the above is not possible, can I connect the system to the Samsung
> > using the parallel port (remember, we only use this DOS program on one
> > system) and also have the printer connected to the Ethernet hub so
> > that all systems on the network can use it? Is it possible to have
> > both cables connected to the printer? How is the print queue then
> > managed? (In fact, the Samsung has three connectors: parallel, USB,
> > Ethernet.)
I wouldn't do this, even if you could. If anything I would leave the
printer attached to the parallel port and share it through windows.
>
> It's printer-specific; dunno about the Samsung. Usually the network
> port works in addition to either parallel or USB. It's possible that
> all three ports will work on that printer. Typically, printer will
> print jobs in the order they are received, regardless of port. The
> client printer driver will determine print queue management features,
> like whether the client will be able to see all of the jobs currently
> queued at the printer, or just those they themselves submitted.
>
> --
> Warren Block * Rapid City, South Dakota * USA
Mark