From owner-freebsd-questions@FreeBSD.ORG Wed Mar 6 10:12:00 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8620813A for ; Wed, 6 Mar 2013 10:12:00 +0000 (UTC) (envelope-from talayeh.asadi@gmail.com) Received: from mail-qa0-f44.google.com (mail-qa0-f44.google.com [209.85.216.44]) by mx1.freebsd.org (Postfix) with ESMTP id 4CEC6EE4 for ; Wed, 6 Mar 2013 10:12:00 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id bv4so2427325qab.17 for ; Wed, 06 Mar 2013 02:11:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:reply-to:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:content-type; bh=anHIPSaDiHxMOo4W/VXPAGa//cgwg/+bgJq7DpK7IfQ=; b=dK77ZcpGxJOUBp7Haq2Nnsx+zYEwdWq3gq0KOLI1IT2PwyU4UXbKAp43NGaCxex1VD 1k0EZyPLXwyUWlqDtaaZDGJx09ZXI3vYjMaoy/6y+MnAFBt3SL0qhsQUTSvw52iWaEe2 WmkMZvt3rb2nhLxvSCDrKMYD/GPhnnyDOoDaCYW3SSYtzohN4gYqnFpL3/lap02J0v9z PDHPT+8bAWSZRbhOb6EjHe4uuWKw/tbKvKvzt8GljlBVqzDEoQ203RrGhWdHzN/vcO2L /phtph+lDOkqXhsAoT14FQ6ESo4+n3aptsu6Cwk1b0dWwAlOYUOzvOndzsSRl4Qlzh6L KGxA== X-Received: by 10.224.31.73 with SMTP id x9mr44197179qac.11.1362564714077; Wed, 06 Mar 2013 02:11:54 -0800 (PST) MIME-Version: 1.0 Sender: talayeh.asadi@gmail.com Received: by 10.49.59.12 with HTTP; Wed, 6 Mar 2013 02:11:33 -0800 (PST) In-Reply-To: References: From: takCoder Date: Wed, 6 Mar 2013 14:41:33 +0430 X-Google-Sender-Auth: nWFPl3qCr4Awg-ugy2dtj9YlUaU Message-ID: Subject: Re: difference between cu and putty for serial connections To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: tak.official@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 10:12:00 -0000 nice to mention, at least for me, that changing putty keyboard settings from ESC[n~ to VT100+ solved my problem temporarily.. :) i'll work on solving my problem permanently, may be via working on keymap differences.. Thank you all :) Best Regards, t.a.k On Wed, Mar 6, 2013 at 1:24 PM, takCoder wrote: > hi all, > > i'm trying to activate my custom boot0 on a headless server. i got my > required results while connecting by cu, but not when i use putty to > connect.. > > here's the scenario: > one of my goals in this custom boot0 is to deactivate all keys but F2 for > some reasons.. > i applied required changes to the boot0.S code and applied DONLY_F_KEYS in > the Makefile and changed the flags BOOT_BOOT0_FLAGS to required values and > got required output using cu. > > but when i connect to the mentioned server using putty, my F keys don't > work and i have to remove DONLY_F_KEYS in Makefile so '2' Key become > available (SIO mode activated??) > > i don't know so much things about this sio mode here.. would someone > please explain their difference to me? i have no idea.. is it related to > the keymap differences? > > any suggestions are really appritiated.. Thank you all :) > > Best Regards, > t.a.k >