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 [EMAIL PROTECTED]
- Re: serial port and unwanted NL -> CR/LF... Bruce Edge
- Re: serial port and unwanted NL -> ... DJ Delorie
- Re: serial port and unwanted NL -&... Bruce Edge
- Re: serial port and unwanted N... DJ Delorie
- Re: serial port and unwanted NL -> ... Corinna Vinschen
- Re: serial port and unwanted NL -&... Bruce Edge
- Re: serial port and unwanted N... Larry Hall (RFK Partners, Inc)
- RE: serial port and unwanted N... Andrej Borsenkow
- Re: serial port and unwant... Christopher Faylor
