How to disable RS-232 flow control ?

How to disable flow control (hardware & software) for RS-232 (serial device
/dev/ser*) ?

/in QNX 4.25 & 6.3.2 :slight_smile:

from the command line use stty.
from code use tcgetattr/tcsetattr.

They’re in the docs.

“Q” <no@spam.pl> wrote in message news:ehdsbr$ftp$1@inn.qnx.com…

How to disable flow control (hardware & software) for RS-232 (serial
device
/dev/ser*) ?

/in QNX 4.25 & 6.3.2 > :slight_smile:

from the command line use stty.
from code use tcgetattr/tcsetattr.

I know that :slight_smile:,
but I didn’t know about the handshaking lock bits
in qnx 4.25;