From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104874 invoked by alias); 9 Jun 2016 18:58:57 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 104860 invoked by uid 89); 9 Jun 2016 18:58:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Repin, andrey, repin, Andrey X-HELO: etr-usa.com Received: from etr-usa.com (HELO etr-usa.com) (130.94.180.135) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Jun 2016 18:58:55 +0000 Received: (qmail 11826 invoked by uid 13447); 9 Jun 2016 18:58:54 -0000 Received: from unknown (HELO polypore.west.etr-usa.com) ([73.26.17.49]) (envelope-sender ) by 130.94.180.135 (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 9 Jun 2016 18:58:54 -0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: stty icrnl From: Warren Young In-Reply-To: <1079024620.20160608180433@yandex.ru> Date: Thu, 09 Jun 2016 18:58:00 -0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <871t48nsqd.fsf@Rainer.invalid> <1079024620.20160608180433@yandex.ru> To: cygwin@cygwin.com X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00138.txt.bz2 On Jun 8, 2016, at 9:04 AM, Andrey Repin wrote: >=20 >> Brian Inglis writes: >=20 >>> Maybe try Windows putty non-TCP/IP serial I/O?=20 >=20 >> I was specifically trying to avoid a Windows program. >=20 > putty is not a Windows program. PuTTY started out as a Windows-only program and is certainly still best-kno= wn as a free GUI terminal program for Windows. If you were to give a free-= association test to a sufficiently large set of random IT people, I=E2=80= =99d bet there would be more who would answer =E2=80=9CWindows=E2=80=9D tha= n with all non-Windows OS-related terms combined. What you should have said is that there is a Cygwin build of putty in the o= fficial Cygwin package repository. Unfortunately, it is a GUI program, which seems to go against the OP=E2=80= =99s actual wish, which is for a command line program.=20=20 If the OP can stand a curses terminal program (as opposed to a purely bytes= tream oriented program like cu or direct /dev/tty* access) then I=E2=80=99d= suggest minicom. minicom builds out of the box on Cygwin *provided* that you have libiconv-d= evel and libncurses-devel installed. The configure script will diagnose th= e absence of the first, but it tries to work around the lack of the latter = and fails during the build. $ wget https://alioth.debian.org/frs/download.php/file/3977/minicom-2.7.t= ar.gz $ tar xf minicom-2.7.tar.gz $ cd minicom-2.7 $ ./configure && make -j11 $ src/minicom --version minicom version 2.7 (compiled Jun 9 2016) Copyright (C) Miquel van Smoorenburg. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple