From owner-freebsd-hardware@FreeBSD.ORG Tue Feb 10 10:39:09 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0F1616A4CE for ; Tue, 10 Feb 2004 10:39:09 -0800 (PST) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F24443D1D for ; Tue, 10 Feb 2004 10:39:09 -0800 (PST) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 3000) id EF77111859; Tue, 10 Feb 2004 19:39:07 +0100 (CET) Date: Tue, 10 Feb 2004 19:39:07 +0100 From: "Simon L. Nielsen" To: Baldur Gislason Message-ID: <20040210183905.GA708@arthur.nitro.dk> References: <200402101827.59061.baldur@foo.is> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline In-Reply-To: <200402101827.59061.baldur@foo.is> User-Agent: Mutt/1.5.5.1i cc: freebsd-hardware@freebsd.org Subject: Re: USB serial dongles X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 18:39:09 -0000 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.02.10 18:27:59 +0000, Baldur Gislason wrote: > How can I use USB->RS232 converter dongles in FreeBSD? Plug it in, and use it ;-). Well, you might also need to load the appropriate driver as a kernel module if you haven't compiled it into your kernel. I just kldload ucom (generic USB <-> serial driver) and uplcom (driver for my USB serial adapter) and then I can use /dev/ucom0 as a normal serial device. Watch the kernel console output (e.g. with dmesg) to see if the devices is detected correctly). --=20 Simon L. Nielsen FreeBSD Documentation Team --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAKSVJh9pcDSc1mlERAmQxAJ992ghbQHDWSJsoBl+MhtmvpwE6OQCguAdK 8wctNwRw/3xEUf/Iibh/tJY= =ICxT -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6--