candbc_list
Purpose:
-
List the Can Messages that the CanDbc driver has been requested to send with options to specify a registered name, channel, or display all messages.
Enter:
-
candbc_list [name=Registered_name] [-c=channel] [-a]
Where:
| name | Optional. Specify the registered name of the CanDbc to query. |
| -c | Specify the channel number, |
| -a | Optional. Specify this flag to list all messages between all CanDbc tasks and all interfaces. |
Example:
-
-
candbc_list
List all messages on the default channelcandbc_list name=CanDbc2
List all messages on the default channel with a CanDbc task started with the register name “CanDbc2”.candbc_list -a
List all messages between all CanDbc tasks and all interfaces.
-