From owner-freebsd-questions@FreeBSD.ORG Fri Apr 3 19:11:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2364E106566B for ; Fri, 3 Apr 2009 19:11:22 +0000 (UTC) (envelope-from the.real.david.allen@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id EE6C38FC0C for ; Fri, 3 Apr 2009 19:11:21 +0000 (UTC) (envelope-from the.real.david.allen@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so1211860rvb.43 for ; Fri, 03 Apr 2009 12:11:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=uYq2taAViGAEwiWiw7jv3AYMsfGXE54KrNPJY/DGDHI=; b=OWLt1ufpAqYdke5JnHLvvxP6QioZIOeIkbbppbQDkdR+46Bh7OmBfH85R9jIQx3I6p Ipl3wm93uJK2ql3E12u+Gey1cN5ZaJoT2eltkF1AWdI1HwMXtOGleFEEFZXYIKj9FLgZ W4IPUWeSsorYLYuftkczpPhWiU+X6g/V738eE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=KN1nJVdC6auODsszsFxNjXNhzHOG6D3LKbbEMzSQnieYZ+aev/BR31zAgCceasFvoY jfBztiA7nW7LAPIDgw2xllBrsyDbPa6zsnXeny+E1fD4WgkSpSG29opp+PuDhnTa+ZaR 1IRpbEdspwTaa5mB5QTQklvvOyKm1rd6HF1v0= MIME-Version: 1.0 Received: by 10.114.211.2 with SMTP id j2mr740474wag.74.1238784276733; Fri, 03 Apr 2009 11:44:36 -0700 (PDT) Date: Fri, 3 Apr 2009 11:44:36 -0700 Message-ID: <2daa8b4e0904031144m63e06406q977b3ea80047a1af@mail.gmail.com> From: David Allen To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Serial Communications 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: Fri, 03 Apr 2009 19:11:22 -0000 Sorry to have to ask a dumb question ... I need to connect my notebook to another system using a serial connection. Simple enough, but my notebook, unsurprisingly, has a USB port, but no serial. Is there such a thing as a USB->DB9(M) null modem cable? If not, would a USB->DB9 adapter stuck on one end of a null modem cable work? Thanks!