摘要: 0.设置原始模式函数: 当串口通讯设置成原始模式时,会变成纯二进制传输流。 cfmakeraw(&tty); // 与下方代码等价 ///@see https://www.man7.org/linux/man-pages/man3/cfmakeraw.3.html termios_p->c_ifla 阅读全文
posted @ 2025-09-18 14:33 BlackSnow 阅读(13) 评论(0) 推荐(0)