canSend - Send CAN messageΒΆ
Send a CAN data frame.
Usage:
- command: canSend <port> <msgId> [<b <b> ...]
[extractKey: <key>]
[retry: <retryCount>]
Argument |
Description |
---|---|
port |
PLT CAN interface; currently only |
msgId |
CAN Message Arbitration ID. Can be specified as a decimal, hex, or binary number,
depending on prefix. Use |
b |
Payload bytes. Each byte can be specified as a decimal, hex, or binary number, depending
on prefix. Use |
key |
Key in which to store the transmitted CAN message (optional) |
retryCount |
Number of times to retry the test step (optional) |