1. 首页
  2. 操作系统
  3. Linux
  4. uart串口打开和读写

uart串口打开和读写

上传者: 2021-01-03 02:15:02上传 ZIP文件 3.8KB 热度 15次
uart串口应用开发,串口打开,串口的读写,我自己调试过是可以的,可以互相学习。int UartRead(int uartFd,char *buff,int bufLen) { int nRead = 0; if(uartFd 0){ buff[nRead]=0x0; } return nRead; }
下载地址
用户评论