From owner-freebsd-questions Sun Jun 18 14:59:35 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA05632 for questions-outgoing; Sun, 18 Jun 1995 14:59:35 -0700 Received: from relay.hp.com (relay.hp.com [15.255.152.2]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA05626 for ; Sun, 18 Jun 1995 14:59:34 -0700 Received: from hpmwtd.sr.hp.com by relay.hp.com with SMTP (1.37.109.16/15.5+ECS 3.3) id AA206712773; Sun, 18 Jun 1995 14:59:33 -0700 Received: from hpnmhjw.sr.hp.com by hpmwtd.sr.hp.com with SMTP (15.11.1.6/15.5+ECS 3.3) id AA10100; Sun, 18 Jun 95 14:59:31 -0700 Received: from mina.sr.hp.com by hpnmhjw.sr.hp.com with SMTP (1.37.109.15/15.5+ECS 3.3) id AA021672770; Sun, 18 Jun 1995 14:59:30 -0700 Message-Id: <199506182159.AA021672770@hpnmhjw.sr.hp.com> To: freebsd-questions@freefall.cdrom.com Subject: Serial port handling in 2.0.5R? Date: Sun, 18 Jun 1995 14:59:29 -0700 From: Darryl Okahata Sender: questions-owner@FreeBSD.org Precedence: bulk Hi, Did the serial port flow control handling change between 1.1.5.1 and 2.0.5R? I just upgraded from 1.1.5.1 to 2.0.5R, and I'm sorely confused as to how outgoing flow control is handled when trying to call out. The problem that I'm seeing is that the carrier detect line is controlling output flow if crtscts is set. Basically, with this condition on my outgoing device, /dev/cuaa1: clocal crtscts -mdmbuf etc. I cannot make an outgoing call, because the sio driver will not send characters to the modem because the modem does not have the carrier detect line asserted. If I futz with the modem to force the carrier detect line to be always on, I can then make outgoing calls (this is, of course, a problem is I ever want to accept incoming calls). Another "workaround" that I've found is to disable crtscts, e.g.: clocal -crtscts -mdmbuf etc. However, I want hardware flow control (compounding the problem is that cu always seems to set crtscts, even though it's not set in /dev/cuaia1). I this a bug, or am I just not using the port correctly? Thanks, -- Darryl Okahata Internet: darrylo@sr.hp.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion or policy of Hewlett-Packard or of the little green men that have been following him all day.