Path: utzoo!attcan!uunet!uport!jmsully
From: jmsully@uport.UUCP (John M. Sully)
Newsgroups: comp.unix.microport
Subject: Re: serial printers under microport 386
Keywords: serial io, printer
Message-ID: <407@uport.UUCP>
Date: 8 Aug 88 16:46:28 GMT
References: <2712@quacky.mips.COM>
Reply-To: jmsully@uport.UUCP (John M. Sully)
Organization: Microport Systems, Scotts Valley, CA
Lines: 13

In article <2712@quacky.mips.COM> menna@mips.COM (Randy Menna) writes:
>I am having some trouble getting serial printers to work under
>microport 386.  I have a compac 386 running 2.2, with 16 computone
>serial ports.  These ports work great when connected to a terminal,
>but I am unable to get them to talk to a serial printer (panisonic 1090i).

You probably need to change the comm line parameters to match those of your
printer.  The port defaults to 300 baud and you probably need to bring it up
to 1200 or 9600 baud.  You can do this by modifying the file /usr/spool/lp/
interface/ ( is the name of your printer) and adding
an stty command to it which sets up the comm paramters properly.

John