canfd_list
Purpose:
-
List the Can Messages that the CanFD driver has been requested to send.
Enter:
-
canfd_list [name=Register_name] [-a]
Where:
name | Optional. Specify a register name if the assigned CanFD register name is different from the default name. Use this option to ensure the correct ‘CanFD’ task sends the message. |
-a | Optional. Specify this flag to list all messages between all CanFD tasks and all interfaces. |
Example:
-
-
canfd_list
List all messages on the default channelcanfd_list name=CanFD2
List all messages on the default channel with a CanFD task started with the register name “CanFD2”.canfd_list -a
List all messages between all CanFD tasks and all interfaces.
-