set xon/xoff slow control
Definition at line 147 of file serialport.cc.
References Mfd, and Musexon.
149 struct termios options;
150 ::tcgetattr(
Mfd, &options);
151 options.c_iflag |= (IXON | IXOFF | IXANY);
152 ::tcsetattr(
Mfd, TCSANOW, &options);
154 ::tcflow(
Mfd, TCIOFF);
bool Musexon
use xon/xoff flow control
int Mfd
file descriptor to this port