首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
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
阅读更多...