I issued a stty -ixon command which enables XON/XOFF flow control.
There is a stty -ixoff command but that enables the "sending of start/stop characters".
So once XON/XOFF flow control is enabled, how do you disable it? Similarly, how do you disable "sending of start/stop characters?"