Setup Can Tp Connection
DEPRECATED It will be removed in a future version. Please use keyword Configure Can tp Connection instead. This keyword will be supported until version 0.3.0.
Sets up CAN TP connection.
Arguments Description
channel_name : str
rxid : int
txid : int
source_address : int
target_address : int
pdu_length (optional) :int 8 by default
padding (optional) :int 0xFF by default
time_flow (optional) :int 200ms by default
Returns
bool : True if connection is set, False otherwise.
Example
Setup Can Tp Connection ${channel_name} ${rxid} ${txid} ${source_address} ${target_address}${res}= setup_can_tp_connection ${ChannelName} ${0x610} ${0x6f1} ${0xf1} ${0x10} ${8} ${0xFF} ${200}
Note
This keyword does not support CAN Flexible Data Rate (CAN FD)