标签:nbsp 单片机 参数错误 存在 none 问题 rtp 串口 编写
在编写串口通信时设置一下参数,导致接收的字节与单片机发送的字节对不上,
serialPort.setSerialPortParams(115200, SerialPort.DATABITS_8,SerialPort.STOPBITS_1, SerialPort.PARITY_SPACE );
经过测试后把最后一个参数设置为SerialPort.PARITY_NONE就不存在这个问题了
标签:nbsp 单片机 参数错误 存在 none 问题 rtp 串口 编写
原文地址:http://www.cnblogs.com/ling-1991/p/7371790.html