struct termios tty; memset(&tty, 0, sizeof tty); if (tcgetattr(fd, &tty) != 0) perror("tcgetattr"); return -1;

Serialfd Com Top Review

struct termios tty; memset(&tty, 0, sizeof tty); if (tcgetattr(fd, &tty) != 0) perror("tcgetattr"); return -1;