如题,Linux系统,设置mark校验方式后接收数据老是出错
设置方式
options.c_cflag |= (PARODD | PARENB | CMSPAR);
options.c_iflag |= INPCK;
请问谁有解决办法,或者哪位大侠遇到过着这样的问题,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
如题,Linux系统,设置mark校验方式后接收数据老是出错
设置方式
options.c_cflag |= (PARODD | PARENB | CMSPAR);
options.c_iflag |= INPCK;
请问谁有解决办法,或者哪位大侠遇到过着这样的问题,