From owner-freebsd-hackers@FreeBSD.ORG Sat Apr 22 20:49:52 2006 Return-Path: X-Original-To: freebsd-hackers@FreeBSD.ORG Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D4216A402 for ; Sat, 22 Apr 2006 20:49:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA39643D46 for ; Sat, 22 Apr 2006 20:49:51 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k3MKlRYl063065; Sat, 22 Apr 2006 14:47:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 22 Apr 2006 14:47:30 -0600 (MDT) Message-Id: <20060422.144730.38223468.imp@bsdimp.com> To: youshi10@u.washington.edu From: "M. Warner Losh" In-Reply-To: <4B29E098-F409-490F-86F1-380CFE1165FC@u.washington.edu> References: <4B29E098-F409-490F-86F1-380CFE1165FC@u.washington.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Is showing all attributes for RS232 port possible in FreeBSD? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 20:49:52 -0000 In message: <4B29E098-F409-490F-86F1-380CFE1165FC@u.washington.edu> Garrett Cooper writes: : Hi, : I was just wondering if there was any way where I could program with : C, such that I could view information regarding the extra pins on a : DB9 serial port other than just TXD and RXD, ie the DTS, CD, CTS,... : etc ports. : I am trying to figure out how exactly Hyperterm works as part of a : project with programming a PIC microprocessor. man 4 tty Warner