-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR:pyxcp.errorhandler:XcpTimeoutError [Response timed out [block_receive].] #155
Comments
I've solved the problem, thank you for contributing. |
How did you solve it? |
Problem with slave code. |
Can you show me your code? |
Sorry.It is the company code. |
@MYAN65536 You can tell us the reason or idea for the fix without showing your code. I also encountered the same problem, But I tried to modify "CAN_ID_MASTER" and "CAN_ID_SLAVE" in the configuration. Maybe the response time out is caused by you setting the wrong master and slave IDs. |
|
Hi!
When I run the program in the picture, this error is returned, and this error is 'ERROR:pyxcp.errorhandler:XcpTimeoutError [Response timed out [block_receive].] '.
When I debug the program, I see that the length of self.resQueue is 0.
The text was updated successfully, but these errors were encountered: