openwrt (linux)串口通讯

1. 基本的串口通讯程序。先读取内容,再将内容写回串口。html #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <te
相关文章
相关标签/搜索