tcflush专题

linux中设置串口的系统调用tcgetattr,tcsetattr,tcflush的使用总结

头文件: #include <termios.h> 函数原型: int tcsetattr(int fd, int optional_actions, const struct termios *termios_p);//设置串口属性 int tcgetattr(int fd, struct termios *termios_p);//获得串口属性 int tcflush(int fd, in