Regarding CAN Bus frame format

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
RookiePython
Posts: 4
Joined: Tue Aug 02, 2016 8:34 pm

Regarding CAN Bus frame format

Post by RookiePython » Wed Apr 05, 2017 5:24 pm

Hello!
I would like to know the when we send data or receive data using can.send or can.receive command in pyboard, does it transmitted or received in standard can bus format? I know this is a dumb question :( but I am new in python.

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Regarding CAN Bus frame format

Post by dhylands » Thu Apr 06, 2017 12:15 am

It really doesn't have anything to do with python.

You should read the STM32F405 datasheet and see what it says about the format of the data in the CAN block.

Post Reply