05 2025 档案

摘要:#include <stdio.h> #include <unistd.h> #include <fcntl.h> #include <termios.h> #include <sys/ioctl.h> void set_rts(int fd, int state) { int status; io 阅读全文
posted @ 2025-05-12 09:49 ahuo 阅读(57) 评论(0) 推荐(0)