public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Warren Young <wyml@etr-usa.com>
To: cygwin@cygwin.com
Subject: Re: stty icrnl
Date: Thu, 09 Jun 2016 18:58:00 -0000	[thread overview]
Message-ID: <C770C2B2-4069-47EA-8BA5-466ED62A9700@etr-usa.com> (raw)
In-Reply-To: <1079024620.20160608180433@yandex.ru>

On Jun 8, 2016, at 9:04 AM, Andrey Repin wrote:
> 
>> Brian Inglis writes:
> 
>>> Maybe try Windows putty non-TCP/IP serial I/O? 
> 
>> I was specifically trying to avoid a Windows program.
> 
> putty is not a Windows program.

PuTTY started out as a Windows-only program and is certainly still best-known 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’d bet there would be more who would answer “Windows” than with all non-Windows OS-related terms combined.

What you should have said is that there is a Cygwin build of putty in the official Cygwin package repository.

Unfortunately, it is a GUI program, which seems to go against the OP’s actual wish, which is for a command line program.  

If the OP can stand a curses terminal program (as opposed to a purely bytestream oriented program like cu or direct /dev/tty* access) then I’d suggest minicom.

minicom builds out of the box on Cygwin *provided* that you have libiconv-devel and libncurses-devel installed.  The configure script will diagnose the 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.tar.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

  reply	other threads:[~2016-06-09 18:58 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-06 12:05 Achim Gratz
2016-06-06 15:09 ` Achim Gratz
2016-06-07  9:31   ` Achim Gratz
2016-06-08  0:06 ` Brian Inglis
2016-06-08  5:40   ` Achim Gratz
2016-06-09  3:16     ` Andrey Repin
2016-06-09 18:58       ` Warren Young [this message]
2016-06-09 22:08         ` Achim Gratz
2016-06-09 22:31           ` Warren Young
2016-06-10  8:29             ` Achim Gratz
2016-06-10 15:38               ` Achim Gratz
2016-06-13 12:18                 ` Achim Gratz
2016-06-10  8:42           ` Corinna Vinschen
2016-06-10  8:57             ` Helmut Karlowski
2016-06-10 10:00               ` Helmut Karlowski
2016-06-10 14:39               ` Corinna Vinschen
2016-06-10 19:45             ` Achim Gratz
2016-06-09 18:34   ` Warren Young
2016-06-09 22:49     ` John Hein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C770C2B2-4069-47EA-8BA5-466ED62A9700@etr-usa.com \
    --to=wyml@etr-usa.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).