MODE_FLOW
printf("%s flow control\r\n", (mode&MODE_FLOW) ? "Local" : "No");
if ((f&MODE_FLOW) == 0) {
mode |= MODE_FLOW;