termios.tcflow(fd, action)
Suspend or resume input or output on file descriptor fd. The action argument can be TCOOFF
to suspend output, TCOON
to restart output, TCIOFF
to suspend input, or TCION
to restart input.
termios.tcflow(fd, action)
Suspend or resume input or output on file descriptor fd. The action argument can be TCOOFF
to suspend output, TCOON
to restart output, TCIOFF
to suspend input, or TCION
to restart input.
Please login to continue.