| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <3A1C5479.C3669558@redhat.com> |
| Date: | Thu, 23 Nov 2000 00:19:21 +0100 |
| From: | Corinna Vinschen <vinschen AT redhat DOT com> |
| X-Mailer: | Mozilla 4.76 [en] (X11; U; Linux 2.2.14-SMP i686) |
| X-Accept-Language: | de, en |
| MIME-Version: | 1.0 |
| To: | cygwin <cygwin AT cygwin DOT com> |
| CC: | cygwin <cygwin AT cygwin DOT com> |
| Subject: | Re: serial port and unwanted NL -> CR/LF tranlastion |
| References: | <3A1C4FD1 DOT C9B77949 AT sattel DOT com> |
Bruce Edge wrote:
>
> I opened /dev/com1 using:
> open( name, O_RDWR | O_NOCTTY | O_NONBLOCK )
> and when I write to it using:
> write( fd, buf, len );
> any 0x0a bytes are getting translated into 0x0d 0x0a pairs.
>
> How can I stop this?
Try
open( name, O_RDWR | O_NOCTTY | O_NONBLOCK | O_BINARY)
or link your application with /lib/binmode.o
> This code runs fine on Linux/QNX.
Wow, I'm surprised...
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Developer mailto:cygwin AT sources DOT redhat DOT com
Red Hat, Inc.
mailto:vinschen AT redhat DOT com
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |