From owner-freebsd-questions@freebsd.org Mon Feb 13 15:55:11 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 C22D7CDD875 for ; Mon, 13 Feb 2017 15:55:11 +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 8AE4E1CE4 for ; Mon, 13 Feb 2017 15:55:10 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:51482] helo=raspberrypi.bildanet.com) by cdptpa-omsmta03 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id C1/26-21189-DD6D1A85; Mon, 13 Feb 2017 15:55:09 +0000 Received: from [192.168.1.40] (helo=desktop.example.org) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1cdIy5-0002TY-54 for freebsd-questions@freebsd.org; Mon, 13 Feb 2017 10:55:09 -0500 Subject: Re: Serial port ttyS0 To: FreeBSD Questions References: From: scrat Message-ID: <93b5ef11-b365-a428-70bc-8cc4cf7e8b05@columbus.rr.com> Date: Mon, 13 Feb 2017 10:55:09 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: 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 15:55:11 -0000 On 02/13/17 10:40, Michael Sierchio wrote: > > > On Mon, Feb 13, 2017 at 6:58 AM, scrat > wrote: > >> 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. > > > FreeBSD USB serial device naming is different from Linux... you should > see something like the following > > /dev/cuaU0 > > or > > /dev/ttyU0 > > using screen /dev/cuaU0 115200 didn't work either. I am still researching for a solution Thanks