Updated: October 28, 2024 |
Start output
#include <sys/ioctl.h> #define TIOCSTART _IO('t', 110)
Argument | Value |
---|---|
fd | A file descriptor that you obtained by opening the device |
request | TIOCSTART |
This command starts output. It's like pressing CtrlQ.
None.
None.