From owner-freebsd-questions@freebsd.org Mon Feb 13 21:29:07 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1C37CDD8C0 for ; Mon, 13 Feb 2017 21:29:07 +0000 (UTC) (envelope-from kristof@sigsegv.be) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A761A55 for ; Mon, 13 Feb 2017 21:29:07 +0000 (UTC) (envelope-from kristof@sigsegv.be) Received: from [192.168.228.1] (vega.codepro.be [IPv6:2a01:4f8:162:1127::3]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id C0E7B35EBC; Mon, 13 Feb 2017 22:29:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sigsegv.be; s=mail; t=1487021344; bh=rzK9riyc+ziuuiAYeEl2LQWqT7nIuEbg3VcJpN2lRg0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=y+tGjx62Kc5y2M+nDngpMsgIAPftdesPteYQ2eAuNBHwyZ6jbHqadCjgbj5Pb+YuI MU5yVI6YwFM/debSAg2hZtP2hsIJxQd/tHoQCDVO8ExjtHfjzwT1BWlsi2rZYFz9sj Q6JVG1q4cJozlCYSNdPweEnDYhpIs2uFcWmpfmVc= From: "Kristof Provost" To: scrat Cc: "FreeBSD Questions" Subject: Re: Serial port ttyS0 Date: Mon, 13 Feb 2017 22:29:03 +0100 Message-ID: <236BA764-A858-4104-8627-0A126A6D4398@sigsegv.be> In-Reply-To: <5074e50a-6854-03eb-b879-cf62d8b170e5@columbus.rr.com> References: <93b5ef11-b365-a428-70bc-8cc4cf7e8b05@columbus.rr.com> <5074e50a-6854-03eb-b879-cf62d8b170e5@columbus.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Mailer: MailMate (2.0BETAr6076) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 21:29:07 -0000 On 13 Feb 2017, at 19:04, scrat wrote: > root@desktop:~ # sysctl dev.uplcom > dev.uplcom.0.ttyports: 1 > dev.uplcom.0.ttyname: U0 Based on this I’d expect /dev/ttyU0 to exist, and to be the device you want. Regards, Kristof