Other Parts Discussed in Thread: CC2530
我在用CC2530 ,Z-Stack2.5.1a的协议栈,在节点处串口输入数组,并做奇偶校验,在115200波特率下可以成功实现奇偶校验,输出0x11,在115200以下的波特率,如9600~57600的波特率下,校验出现错误,输出0x00并出现乱码状态。如下图,请问各位大佬这是哪里出现问题了?
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.
Other Parts Discussed in Thread: CC2530
我在用CC2530 ,Z-Stack2.5.1a的协议栈,在节点处串口输入数组,并做奇偶校验,在115200波特率下可以成功实现奇偶校验,输出0x11,在115200以下的波特率,如9600~57600的波特率下,校验出现错误,输出0x00并出现乱码状态。如下图,请问各位大佬这是哪里出现问题了?
是不是波特率设置有问题?请按照用户手册17.4节设置相关寄存器:www.ti.com.cn/.../swru191f.pdf
推荐两个例子供参考:blog.csdn.net/.../72723458
blog.csdn.net/.../78490504