Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3A1C4FD1.C9B77949@sattel.com> Date: Wed, 22 Nov 2000 14:59:29 -0800 From: Bruce Edge Organization: Sattel Global Networks X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: cygwin support Subject: serial port and unwanted NL -> CR/LF tranlastion Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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? This code runs fine on Linux/QNX. Thanks, Bruce. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com