From owner-freebsd-questions@FreeBSD.ORG Sat Jul 30 23:20:32 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69CD1106566B for ; Sat, 30 Jul 2011 23:20:32 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id F3A2E8FC13 for ; Sat, 30 Jul 2011 23:20:31 +0000 (UTC) Received: by wwe6 with SMTP id 6so4470057wwe.31 for ; Sat, 30 Jul 2011 16:20:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=/slUd6vE1xaKBPE11oRX1a83e+v63Ff3dfU1dzqRT84=; b=ZzqmqQNPPfaO5is8KxrQGSf/xR3kOnQvr/FDz+1gCPwMmR6TeaXF8g+qK5sRu0hPD2 ywwHfzwHU+2ID7Ha1SNbiJmz6Nnl3E3JLKonWuPJak5LNdAOmmIcPXS0rweE7Ej0va/a 2noK1ExowM4dzehHMSxJ8P7SBmxjo2WdSD1bw= Received: by 10.227.53.210 with SMTP id n18mr4096283wbg.63.1312068030728; Sat, 30 Jul 2011 16:20:30 -0700 (PDT) Received: from prime.nonspace (92.40.253.14.threembb.co.uk [92.40.253.14]) by mx.google.com with ESMTPS id fn12sm2913747wbb.55.2011.07.30.16.20.28 (version=SSLv3 cipher=OTHER); Sat, 30 Jul 2011 16:20:29 -0700 (PDT) Message-ID: <4E3491BC.5050006@gmail.com> Date: Sun, 31 Jul 2011 00:20:28 +0100 From: Michael User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110701 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4E333BDE.4010705@gmail.com> <1312008961.69299.18.camel@predator-ii.buffyverse> In-Reply-To: <1312008961.69299.18.camel@predator-ii.buffyverse> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: ws@au.dyndns.ws Subject: Re: Arduino UNO - upload not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2011 23:20:32 -0000 On 30/07/2011 07:56, Wayne Sierke wrote: > > 0) The automatic reset for programming generally didn't work for me. > However after judicious experimentation I was able to time a manual > reset of the board being programmed by waiting for the "Binary sketch > size:" message to appear in the Arduino IDE and timing a reset from that > (about 2-3 seconds in my case). > It works, I mean the workaround, it works! Thank you so much. In my case it's a bit less than one second. I still need to test it with more sketches but for now it looks good and gives me hope :) Could you also tell me what versions of arduino (IDE), uarduno and avrdude you are using? Is it vanilla ports or did you have to apply any extra patches? Michael