From owner-freebsd-questions@freebsd.org Mon Dec 5 20:13:18 2016 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 805AFC68606 for ; Mon, 5 Dec 2016 20:13:18 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AD001A51 for ; Mon, 5 Dec 2016 20:13:17 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id uB5KDEYN096815; Mon, 5 Dec 2016 21:13:14 +0100 (CET) (envelope-from bah@bananmonarki.se) Subject: Re: Looking for some direction To: Kyle Evans References: <063f11ba-3f83-c713-5a79-01d4e632e35e@bananmonarki.se> Cc: Patrick Mahan , FreeBSD Mailing List From: Bernt Hansson Message-ID: <149b286a-bf0a-4ef7-1636-f956253df2c2@bananmonarki.se> Date: Mon, 5 Dec 2016 21:13:14 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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, 05 Dec 2016 20:13:18 -0000 On 2016-12-05 20:53, Kyle Evans wrote: > On Mon, Dec 5, 2016 at 1:48 PM, Bernt Hansson wrote: >> Keep in mind that in devel/arduino16 the serial monitor is not working. >> Gives lot's of java errors. Send to the board works but not read data from >> it. >> >> [...] > Hello! > > 1.) What ${ARCH} is this? Atmega328 > 2.) comms/java-simple-serial-connector is installed, yes? java-simple-serial-connector-2.8.0 installed. > 3.) Can you confirm that /usr/local/arduino/lib does not have a jssc* > lib, and that /usr/local/openjdk8/jre/lib/ext does have > jssc-2.8.0.jar? No jssc* in the first directory, in /jre/lib/ext I have jssc-2.8.0.jar > > I seem to recall there's one other scenario that was buggering this > up- I'll sift through my e-mail and see if I can't find that. > > Thanks, > > Kyle Evans Thanks