Skip to content

Instantly share code, notes, and snippets.

@pdp7
Last active November 2, 2019 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdp7/acc3bfd35ca0effb3fefbdfe5c191981 to your computer and use it in GitHub Desktop.
Save pdp7/acc3bfd35ca0effb3fefbdfe5c191981 to your computer and use it in GitHub Desktop.
Macchina M2 output from swcan test

TX and RX test program running on the M2 (microcontroller): https://github.com/macchina/Single-Wire-CAN-mcp2515

output from RX program:

ID: 100FFEE
Extended: Yes
Length: 6
23 FE 1D 7A 1D 7A 

ID: 340
Extended: No
Length: 4
23 FE 1D 7A 

ID: 100FFEE
Extended: Yes
Length: 6
23 FE 1D 7A 1D 7A 

ID: 340
Extended: No
Length: 4
23 FE 1D 7A 

ID: 100FFEE
Extended: Yes
Length: 6
23 FE 1D 7A 1D 7A 

ID: 340
Extended: No
Length: 4
23 FE 1D 7A 

ID: 100FFEE
Extended: Yes
Length: 6
23 FE 1D 7A 1D 7A 

ID: 340
Extended: No
Length: 4
23 FE 1D 7A 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment