Wiring View
Commands
send 0x123 prompts for data bytes such as 01 02 0A FF. Enter the bytes when prompted by the firmware.
Result
What it means
The MCP2515 accepted the frame for transmission. Confirm on a second node or with sniff mode if you need bus-level proof.
Troubleshooting
- Wrong bitrate selected during setup.
- No termination or no second active CAN node.
- ID above
0x7FF; the command supports standard 11-bit IDs. - MCP2515 wiring probe failed before send.
CAN frame send FAQ
When is it safe to send a CAN frame?
Send only on a CAN bus you own or are authorized to test. Confirm bitrate, termination, MCP2515 status and the expected frame ID before transmitting.
Does a successful send prove another node received it?
No. It means the MCP2515 accepted the frame for transmission. Use a second adapter, sniff mode or the target response to confirm bus-level reception.
What CAN ID format is this recipe using?
This recipe focuses on standard 11-bit CAN identifiers. That keeps first send tests simple before moving to workflows that need extended IDs or application-specific framing.