From owner-freebsd-questions@FreeBSD.ORG Thu Jun 29 13:59:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 213EC16A412 for ; Thu, 29 Jun 2006 13:59:03 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6A9A43D5C for ; Thu, 29 Jun 2006 13:59:00 +0000 (GMT) (envelope-from af300wsm@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so167192nzp for ; Thu, 29 Jun 2006 06:59:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=hWZP/WboF8G4ONR+lzmIVlfGTEimtDNc4i63rFxoVU/6q6qIp67cpYnnn5J63HMcfblHCPesIys8dUxuYIv+FBM4Ch5/xaXrbdRz4VG59E82Y66DLlmjV1EbUWeXjtrdYrfJjlav1wUNuAEjpeneQXz8+gH5gxH9P8zevtiHMwI= Received: by 10.36.25.2 with SMTP id 2mr3018625nzy; Thu, 29 Jun 2006 06:59:00 -0700 (PDT) Received: by 10.36.24.10 with HTTP; Thu, 29 Jun 2006 06:59:00 -0700 (PDT) Message-ID: <340a29540606290659n5c0cdcb9nd959ca6cde4bef92@mail.gmail.com> Date: Thu, 29 Jun 2006 07:59:00 -0600 From: "Andrew Falanga" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Question on the serial driver in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 13:59:03 -0000 Hello everyone, Can anyone tell me if the serial driver in FreeBSD supports hardware flow control? I'm still working on my program for serial communications and someone I'm getting some help from mentioned that there is some question as to whether or not the FreeBSD driver supports hardware flow control internally, or something. I was hoping that someone more knowledgable with the internals of FreeBSD (and with serial devices) could answer this for me. Thanks, Andy