serial port and unwanted NL -> CR/LF tranlastion

DJ Delorie dj@delorie.com
Wed Nov 22 15:16:00 GMT 2000


> 	open( name, O_RDWR | O_NOCTTY | O_NONBLOCK )

#ifndef O_BINARY
#define O_BINARY 0
#endif

open( name, O_RDWR | O_NOCTTY | O_NONBLOCK | O_BINARY )

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list