From owner-freebsd-questions@FreeBSD.ORG Wed Mar 6 08:54:41 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 57A713C9 for ; Wed, 6 Mar 2013 08:54:41 +0000 (UTC) (envelope-from talayeh.asadi@gmail.com) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) by mx1.freebsd.org (Postfix) with ESMTP id 3029EAE6 for ; Wed, 6 Mar 2013 08:54:41 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id 16so9101085iea.22 for ; Wed, 06 Mar 2013 00:54:40 -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:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=HCoSz/3SjFv8fz6cgIzRWg+F3h0qIbgxkLNL237LKKA=; b=VhnXnuDZNrRgVCeZUrYSG702zS/Aai5zwtLiVhlobuYngpUMzn6IlHpmWLn5EWWI7L ZEtAGN7238WqnyB+Tj+xLLa5Sw6RmzZaMGFQvBTtEhFvS5ANdmY224Ev1cHEiWE2NQYr C1kQ4VRbaduuK16xgP/xkTKKvqxdZB7756IRRl5EdJtm59RKchHkbXoqM4CFbyZijq2+ 1+UFtEXnZFcmn4u6t4Ql4vDBojCztwLaJyXbC9Gm13cqcBLaM6YYtoJs74iCYQ9jEGmQ UxMKxIO4UO95ThAPmrXSe9vQc2y5YTaA3eaaytyxWGc6+30/xXNmwy02kkvbg6SuK7XR DZ7w== X-Received: by 10.50.170.102 with SMTP id al6mr9522307igc.81.1362560080906; Wed, 06 Mar 2013 00:54:40 -0800 (PST) MIME-Version: 1.0 Sender: talayeh.asadi@gmail.com Received: by 10.43.125.130 with HTTP; Wed, 6 Mar 2013 00:54:20 -0800 (PST) From: takCoder Date: Wed, 6 Mar 2013 12:24:20 +0330 X-Google-Sender-Auth: 6q0-dWi-ciEj8HAJNjKDz68AI0Y Message-ID: Subject: 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 08:54:41 -0000 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