From owner-freebsd-questions@freebsd.org Mon Feb 13 14:59:02 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 A6062CDD713 for ; Mon, 13 Feb 2017 14:59:02 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 70A431693 for ; Mon, 13 Feb 2017 14:59:01 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:51452] helo=raspberrypi.bildanet.com) by cdptpa-omsmta03 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 0E/56-21189-EA9C1A85; Mon, 13 Feb 2017 14:58:54 +0000 Received: from [192.168.1.40] (helo=desktop.example.org) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1cdI5d-0002SC-SR for freebsd-questions@freebsd.org; Mon, 13 Feb 2017 09:58:53 -0500 To: freebsd-questions@freebsd.org From: scrat Subject: Serial port ttyS0 Message-ID: Date: Mon, 13 Feb 2017 09:58:53 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.88:25 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 14:59:02 -0000 uname -a desktop.example.org 11.0-RELEASE-p7 FreeBSD 11.0-RELEASE-p7 #0 r312817 I am trying to hookup a raspberrypi2 ( running FreeBSD 11.0 ) to screen running under FreeBSD. I have an adafruit serial to USB cable which is then connected to a USB port. dmesg shows that the drivers form the USB cable are loaded: ugen7.3: at usbus7 uplcom0: on usbus7 the information I have obtained tells me do this: screen /dev/ttyS0 115200 I have no entry /dev/ttyS0 and I don't know why. How does one configure /dev/ttyS0? I have this working under PC Linux. Thanks