毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> linux >> 正文

修改了串口通信的代码板子发送的数据PC收不到 第3页

更新时间:2012-11-12:  来源:毕业论文
~INPCK;     /* Enable parity checking */        break;     case 'o':     case 'O':         options.c_cflag |= (PARODD | PARENB);  /* 设置为奇效验*/         options.c_iflag |= INPCK;             /* Disnable parity checking */        break;     case 'e':     case 'E':         options.c_cflag |= PARENB;     /* Enable parity */        options.c_cflag &= ~PARODD;   /* 转换为偶效验*/          options.c_iflag |= INPCK;       /* Disnable parity checking */        break;     case 'S':     case 's':  /*as no parity*/        options.c_cflag &= ~PARENB;         options.c_cflag &= ~CSTOPB;         break;     default:         fprintf(stderr,"Unsupported parity\n");         return (FALSE);     }           /* 设置停止位*/       switch (stopbits)     {     case 1:         options.c_cflag &= ~CSTOPB;         break;     case 2:         options.c_cflag |= CSTOPB;         break;   &nb

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] 下一页

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©chuibin.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。