Main Content

CAN Interface

Read from and write CAN messages to CAN shields on Arduino Hardware

Write and read CAN messages via the CAN channel. Create an arduino object before you use CAN shield functions. See Connect to Arduino Hardware for more information.

Functions

canChannelConnection to CAN channel connected to a specified device (Since R2020a)
readRead messages from CAN channel (Since R2020a)
writeWrite messages to CAN bus (Since R2020a)

Featured Examples