linux 调试串口测试程序(pc与开发板通信)
摘要:验证调试串口的功能,数据流向:pc->board->pc 代码:uart_sr.c #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include <termios.h> #include
阅读全文
posted @ 2020-04-03 18:07
posted @ 2020-04-03 18:07