我用can1发送,can2接收
如果can1发一次数据,can2接收一次的话,那么通信是正常的
如果can1连续发送多次,can2接收一次的话,那么can2接收的是can1第一次发送的数据,这种情况怎么解决(我想让can2接收的是can1最后一次发送的数据)
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.
我用can1发送,can2接收
如果can1发一次数据,can2接收一次的话,那么通信是正常的
如果can1连续发送多次,can2接收一次的话,那么can2接收的是can1第一次发送的数据,这种情况怎么解决(我想让can2接收的是can1最后一次发送的数据)