Advertisement

linux 串口显示代码---笔记

阅读量:

摘要:基于Linux系统的串口数据读取与写入程序设计,以及实现数据回显功能的程序开发

复制代码
    #include <stdio.h>
    #include <unistd.h>
    #include <fcntl.h>
    #include <stdlib.h>
    #include <string.h>
    #include <termios.h>
    #include <fcntl.h>

全部评论 (0)

还没有任何评论哟~