Skip to content
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

Sends or Receives Message 1 or Message 2 but not both. #97

Open
parentevan opened this issue May 31, 2023 · 3 comments
Open

Sends or Receives Message 1 or Message 2 but not both. #97

parentevan opened this issue May 31, 2023 · 3 comments

Comments

@parentevan
Copy link

Hey there. I'm able to send or maybe receive message 1 or 2 if I comment out a send line, but I am NOT able to receive both messages.
I'm running Arduino Nanos with the standard cheap MCP2515 boards with the terminating resistors shunted. Any ideas how I may be able to remedy this?

16:13:45.325 -> F6 8 8E 87 32 FA 26 8E BE 86
16:13:45.436 -> F6 8 8E 87 32 FA 26 8E BE 86
16:13:45.528 -> F6 8 8E 87 32 FA 26 8E BE 86
16:13:45.637 -> F6 8 8E 87 32 FA 26 8E BE 86

@maincraft-io
Copy link

Your serial port doesn't print correctly results.

@parentevan
Copy link
Author

Very odd. Today it works fine. Both messages sending and receiving. I appreciate the feedback!

@maincraft-io
Copy link

I has same issues when i'm try to use serial print to display results.
Use some buffer for collect your data and later print/display it.
Also, use some delays between multiple sending data (1-2ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants