You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: