yyan
Results
2
comments of
yyan
修改源码,在串口select后面加一点延时 > if (FD_ISSET(fd, &rfds)) { FD_ZERO(&rfds); FD_SET(fd, &rfds); retval = select(fd + 1, &rfds, NULL, NULL, &tv); **usleep(10000);** if (retval == -1) { LOGE("Select error!"); } else if (retval)...
> 我自己改了源码搞定了 打开两个串口后就收不到数据了,求一份源码,非常感谢 [email protected]