X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=IJw Jy7B5O8QIdK6j2pLu4GXn46ovDEO3uMOSLWWkRbu6oKAkq9/YmIlU8bsUWef0utP HEKA1WTA8DCq7yNHGJ06TbwXaClOS3d0YS850GO4fac8FWG25meQqBqMKPS3Vz0m cS/v+jsWBNmNWMxQm6ghetlcsxFfFXNOInsrZpAk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=JzJw90tA4 q2gKPZcsgrEtQ7bNmc=; b=Bpy87oTNPAr8h5faM98EW1LTV4OHs70q+G881mcRz 00yjgYSkd2Znl7usLvXwAr14FVsyDh8mBGeMNHwldix7VWNR0gTv+ruQ1nifExoT SA7DIIC05AKcHNQQgXIIdQjhrgwtT5FOGWn8ViWD7nQF7EeiEBGRzqqfz81J7JZc Yo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_40,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:725, H*MI:post, H*M:post, waits X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Achim Gratz Subject: stty icrnl Date: Mon, 6 Jun 2016 12:05:37 +0000 (UTC) Lines: 15 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes I'm trying to connect to a development board via a (USB) serial line. It's using CR rather than NL for line ends, so I was hoping for stty to set that up so I could use screen to communicate with that board. No such joy on Cygwin since the cooked modes are not implemented apparently. Connecting via screen anyway lets me send commands to the board with no problems, but I cannot see any output (presumably because screen waits for the line end ?). I can dump the output into a pipe and see it, but of course not at the same time screen is connected. Is there some other terminal emulator/program that would let me use this board anyway via Cygwin until Cygwin learns cooked mode for terminals? Regards, Achim. -- 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