From owner-freebsd-arm@freebsd.org Mon Sep 4 14:41:55 2017 Return-Path: Delivered-To: freebsd-arm@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 931F6E0ADB1 for ; Mon, 4 Sep 2017 14:41:55 +0000 (UTC) (envelope-from sparvu@kronometrix.org) Received: from mail.kronometrix.org (mail.kronometrix.org [95.85.46.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.kronometrix.org", Issuer "mail.kronometrix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 391DF7620D for ; Mon, 4 Sep 2017 14:41:54 +0000 (UTC) (envelope-from sparvu@kronometrix.org) Received: from [192.168.1.4] (mail.kronometrix.com [79.134.105.181]) (authenticated bits=0) by mail.kronometrix.org (8.15.2/8.15.2) with ESMTPSA id v84Efp8w061030 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 4 Sep 2017 14:41:52 GMT (envelope-from sparvu@kronometrix.org) X-Authentication-Warning: mail.kronometrix.org: Host mail.kronometrix.com [79.134.105.181] claimed to be [192.168.1.4] Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Strato Server PI FreeBSD 11.1 Release serial port comunication From: Stefan Parvu In-Reply-To: <9bf992d9-9a22-c7a0-5a78-54c779880a6d@gmail.com> Date: Mon, 4 Sep 2017 17:41:46 +0300 Cc: freebsd-arm@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <1AD403B4-F974-4734-BE0A-40717FA34E9E@kronometrix.org> References: <6989FBCA-5866-4E71-814B-2D850A353824@kronometrix.org> <9bf992d9-9a22-c7a0-5a78-54c779880a6d@gmail.com> To: "Jukka A. Ukkonen" X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2017 14:41:55 -0000 >=20 > What are the other /dev/cua* devices on your system? > Quite often various USB connected gizmos I have tried > end up under names like /dev/cuaU0 or /dev/cuaU1 etc. Nothing else. I do have just that. I have tried as well to play with a FTDI USB connector (plugs in to the = USB port) and that works fine. So basically I can connect my IAQ sensor on such = USB to=20 Serial RS485 connector and yes, I do get some: /dev/cuaU0 device easily = that case. But my problem is if I want to directly plug the IAQ sensor to the RS485 = board=20 provided by SferaLabs without using such FTDI USB connector. The = SferaLabs is basically another board which connects to the GPIO ports of the RBPI2.=20 I cant make it run nor detect anything. Wonder if there is something = else on the kernel to make it happen Stefan=