From owner-freebsd-questions Wed Jun 25 05:18:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA19508 for questions-outgoing; Wed, 25 Jun 1997 05:18:36 -0700 (PDT) Received: from gateway.telecorpsys.com (gateway.telecorpsys.com [206.5.27.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA19496 for ; Wed, 25 Jun 1997 05:18:31 -0700 (PDT) From: dmayne@cohutta.telecorpsys.com Received: (from nobody@localhost) by gateway.telecorpsys.com (8.8.5/8.7.3) id IAA07043 for ; Wed, 25 Jun 1997 08:18:30 -0400 (EDT) Message-Id: <199706251218.IAA07043@gateway.telecorpsys.com> Received: from icarus.telecorpsys.com(10.128.1.86) by gateway.telecorpsys.com via smap (V1.3) id sma007041; Wed Jun 25 08:18:15 1997 Comments: Authenticated sender is To: freebsd-questions@freebsd.org Date: Wed, 25 Jun 1997 08:22:57 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Proper way to initialize Cyclades ports for use with terminals/p Priority: normal X-mailer: Pegasus Mail for Win32 (v2.52) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Folks, What is the customary way to set baud rate and hardware handshake for cyclades ports under FreeBSD 2.2.1, for use with terminals and printers ? So far, I have put the following in rc.local to get things working: # initialize terminal at 38400, hardware hs on cyclades port 0 stty 38400 crtscts cs8 < /dev/cuaic00 # init device stty 38400 crtscts cs8 < /dev/cualc00 # locking device # initialize printer at 19200 on cyclades port 1 stty 19200 crtscts cs8 < /dev/cuaic01 # init device stty 19200 crtscts cs8 < /dev/cualc00 # locking device Is there a better/more appropriate way of accomplishing this ? Thanks, David Mayne dmayne@ms.telecorpsys.com