Date: Mon, 13 Feb 2017 18:01:04 +0100 From: "Kristof Provost" <kristof@sigsegv.be> To: scrat <baho-utot@columbus.rr.com> Cc: "FreeBSD Questions" <freebsd-questions@freebsd.org> Subject: Re: Serial port ttyS0 Message-ID: <EF2964D0-8CBD-4CE0-AB42-725D79A90006@sigsegv.be> In-Reply-To: <93b5ef11-b365-a428-70bc-8cc4cf7e8b05@columbus.rr.com> References: <aafc955e-a54d-0d11-098b-8d7e4f424265@columbus.rr.com> <CAHu1Y72k7Ra_ZfHhYkLq4RTYSjge5s3C75YjzNouOdNP2xLsWg@mail.gmail.com> <93b5ef11-b365-a428-70bc-8cc4cf7e8b05@columbus.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 13 Feb 2017, at 16:55, scrat wrote: > using screen /dev/cuaU0 115200 didn't work either. > I am still researching for a solution > Thanks > Can you try `sysctl dev.uplcom` ? I’d expect to see something like this: dev.uftdi.0.ttyports: 1 dev.uftdi.0.ttyname: U0 dev.uftdi.0.%parent: uhub5 dev.uftdi.0.%pnpinfo: vendor=0x0403 product=0x9e90 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="FTUF96Z5" release=0x0500 mode=host intclass=0xff intsubclass=0xff intprotocol=0xff ttyname=U0 ttyports=1 dev.uftdi.0.%location: bus=0 hubaddr=1 port=2 devaddr=2 interface=0 ugen=ugen0.2 dev.uftdi.0.%driver: uftdi dev.uftdi.0.%desc: OpenRD JTAGKey FT2232D B (Obviously I have a different driver). The ttyname shows that I have /dev/ttyU0, which is an “OpenRD JTAGKey FT2232D B” Regards, Kristof From owner-freebsd-questions@freebsd.org Mon Feb 13 18:05:40 2017 Return-Path: <owner-freebsd-questions@freebsd.org> 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 CC73ACDD29F for <freebsd-questions@mailman.ysv.freebsd.org>; Mon, 13 Feb 2017 18:05:40 +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.230]) (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 93FE968 for <freebsd-questions@freebsd.org>; Mon, 13 Feb 2017 18:05:39 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:51547] helo=raspberrypi.bildanet.com) by cdptpa-omsmta03 (envelope-from <baho-utot@columbus.rr.com>) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id EC/62-21189-F25F1A85; Mon, 13 Feb 2017 18:04:31 +0000 Received: from [192.168.1.40] (helo=desktop.example.org) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from <baho-utot@columbus.rr.com>) id 1cdKzH-0002W4-CX for freebsd-questions@freebsd.org; Mon, 13 Feb 2017 13:04:31 -0500 Subject: Re: Serial port ttyS0 To: FreeBSD Questions <freebsd-questions@freebsd.org> References: <aafc955e-a54d-0d11-098b-8d7e4f424265@columbus.rr.com> <CAHu1Y72k7Ra_ZfHhYkLq4RTYSjge5s3C75YjzNouOdNP2xLsWg@mail.gmail.com> <93b5ef11-b365-a428-70bc-8cc4cf7e8b05@columbus.rr.com> <EF2964D0-8CBD-4CE0-AB42-725D79A90006@sigsegv.be> From: scrat <baho-utot@columbus.rr.com> Message-ID: <5074e50a-6854-03eb-b879-cf62d8b170e5@columbus.rr.com> Date: Mon, 13 Feb 2017 13:04:31 -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: <EF2964D0-8CBD-4CE0-AB42-725D79A90006@sigsegv.be> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 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 <freebsd-questions.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 13 Feb 2017 18:05:40 -0000 On 02/13/17 12:01, Kristof Provost wrote: > On 13 Feb 2017, at 16:55, scrat wrote: > > using screen /dev/cuaU0 115200 didn't work either. > I am still researching for a solution > Thanks > > Can you try |sysctl dev.uplcom| ? > > I’d expect to see something like this: > > |dev.uftdi.0.ttyports: 1 dev.uftdi.0.ttyname: U0 dev.uftdi.0.%parent: > uhub5 dev.uftdi.0.%pnpinfo: vendor=0x0403 product=0x9e90 devclass=0x00 > devsubclass=0x00 devproto=0x00 sernum="FTUF96Z5" release=0x0500 > mode=host intclass=0xff intsubclass=0xff intprotocol=0xff ttyname=U0 > ttyports=1 dev.uftdi.0.%location: bus=0 hubaddr=1 port=2 devaddr=2 > interface=0 ugen=ugen0.2 dev.uftdi.0.%driver: uftdi dev.uftdi.0.%desc: > OpenRD JTAGKey FT2232D B | > > (Obviously I have a different driver). > The ttyname shows that I have /dev/ttyU0, which is an “OpenRD JTAGKey > FT2232D B” > > Regards, > Kristof > root@desktop:~ # sysctl dev.uplcom dev.uplcom.0.ttyports: 1 dev.uplcom.0.ttyname: U0 dev.uplcom.0.%parent: uhub1 dev.uplcom.0.%pnpinfo: vendor=0x067b product=0x2303 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x0300 mode=host intclass=0xff intsubclass=0x00 intprotocol=0x00 ttyname=U0 ttyports=1 dev.uplcom.0.%location: bus=1 hubaddr=1 port=4 devaddr=2 interface=0 ugen=ugen1.2 dev.uplcom.0.%driver: uplcom dev.uplcom.0.%desc: Prolific Technology Inc. USB-Serial Controller, class 0/0, rev 2.00/3.00, addr 1 dev.uplcom.%parent:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EF2964D0-8CBD-4CE0-AB42-725D79A90006>