From owner-freebsd-usb@FreeBSD.ORG Sat Oct 13 10:39:30 2007 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBC1B16A41A for ; Sat, 13 Oct 2007 10:39:30 +0000 (UTC) (envelope-from xiaofanc@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id BA5CE13C467 for ; Sat, 13 Oct 2007 10:39:30 +0000 (UTC) (envelope-from xiaofanc@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1332410waf for ; Sat, 13 Oct 2007 03:39:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=nDMQP2W6FyDISK8uEorwdwdSvdIX2om6ljwi/ZeKVFA=; b=Qj5z4NpTZuWkw66MlIC4b5TAeQa/DcrEVZ7aPxaW23/vmIIQXsb6g954gc5kXrj5j4xSBJwNNVTjbPXANed6cGyRW4YumtQI4U7SAKhlqFfM8nHPzA5A92IM0cTWmCeZEXnQsazMfxXqWkJl0BWnf2v1ULJYAx8vZNLRcbXX/eU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FvDEXBviVI+vItuwxV9rwTF3eEHKM9DNBCIjSmAUOkzs7XRHqdgN7JawyAcNVdodGCJ2orOyIiD3k3RdG/PLi8zeQqJ1EwEfPdxdXZhHZy1CukYkE9c6pFmW2kS+c7gs2K15a40CzvqryrerY/hfXhdEdXE40cxT16ZxmWl2aWU= Received: by 10.114.75.1 with SMTP id x1mr4610654waa.1192271970405; Sat, 13 Oct 2007 03:39:30 -0700 (PDT) Received: by 10.114.176.17 with HTTP; Sat, 13 Oct 2007 03:39:30 -0700 (PDT) Message-ID: Date: Sat, 13 Oct 2007 18:39:30 +0800 From: "Xiaofan Chen" To: "Hans Petter Selasky" In-Reply-To: <200710131233.50073.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200710121912.03585.hselasky@c2i.net> <200710131233.50073.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: PICkit 2 again with HPS stack X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 10:39:30 -0000 On 10/13/07, Hans Petter Selasky wrote: > > > What timeout have you programmed in your PICkit ? > > > > It is 1000ms. I change it to 10000ms but this does not help. > > > > Do you see that the code is waiting 10 seconds for the timeout ? > I think so. The program stops quite a while before quit. Xiaofan