From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 20:40:21 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5207416A41F for ; Sat, 27 Aug 2005 20:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D9AA43D45 for ; Sat, 27 Aug 2005 20:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RKeKAU018391 for ; Sat, 27 Aug 2005 20:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RKeKaQ018390; Sat, 27 Aug 2005 20:40:20 GMT (envelope-from gnats) Date: Sat, 27 Aug 2005 20:40:20 GMT Message-Id: <200508272040.j7RKeKaQ018390@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: garys@opusnet.com (Gary W. Swearingen) Cc: Subject: Re: docs/85355: [patch] Error in the pin numbers of the described connector in the Handbook (serial). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Gary W. Swearingen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 20:40:21 -0000 The following reply was made to PR docs/85355; it has been noted by GNATS. From: garys@opusnet.com (Gary W. Swearingen) To: Julien Gabel Cc: bug-followup@FreeBSD.org Subject: Re: docs/85355: [patch] Error in the pin numbers of the described connector in the Handbook (serial). Date: Sat, 27 Aug 2005 13:40:19 -0700 Julien Gabel writes: > + If you like making your own cables, you can construct a > + null-modem cable for use with terminals. This table shows the RS-232C "for asyncronous communications with terminals". (I'm not sure what "terminals" include, but synchronous comm needs more wires.) (I'd also kill "If you like making your own cables, ".) > + signal names and the pin numbers on a DB-25 connector. More information > + and collection of cable descriptions may be found in the + url="http://www.hardwarebook.net/cable/index.html">Hardware Book. I'd add: The standard also calls for a straight-through pin 1 to pin 1 "protective ground" line, but it is often omitted. Some terminals can get by using only pins 2, 3, and 7, while others, especially printers, require other configurations than the example here. Synchronous communications, for example, requires more lines to be used. > + 8 > + DCD That design (after the fix) seems to be the most popular, but a book "RS-232 Made Easy" uses several pages developing and justifying a generic null-modem design like that, except he has 4 & 5 going to 8 and vice versa. I probably used in at least one of my cables. Oh, well; that's life with RS-232.