Transmit Cantp Message
Transmits Cantp Message.
Arguments Description
config : configuration created by configure_can_tp_connection kw
payload (list):
Returns
bool : True if the message is sent, False otherwise.
Example
${payload}= create list ${0x22} ${0xf1} ${0x1}${config_sender}= Configure Cantp Connection ${sender_channel} ${rxid} ${txid}${source_address} ${target_adress} CANFD ${64} ${0xFF} ${200}${res}= Transmit Cantp Message ${config_sender} ${payload}
Note
This keyword supports sending can/canfd message.