Skip to content

Commit acaec57

Browse files
committed
Update example to reflect isotp v2.x parameters
1 parent 1e36081 commit acaec57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/udsoncan/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Note that, in order to run this code, both ``python-can`` and ``can-isotp`` must
9090
'tx_padding': 0, # Will pad all transmitted CAN messages with byte 0x00.
9191
'rx_flowcontrol_timeout': 1000, # Triggers a timeout if a flow control is awaited for more than 1000 milliseconds
9292
'rx_consecutive_frame_timeout': 1000, # Triggers a timeout if a consecutive frame is awaited for more than 1000 milliseconds
93-
'squash_stmin_requirement': False, # When sending, respect the stmin requirement of the receiver. If set to True, go as fast as possible.
93+
'override_receiver_stmin': None, # When sending, respect the stmin requirement of the receiver. Could be set to a float value in seconds.
9494
'max_frame_size': 4095, # Limit the size of receive frame.
9595
'can_fd': False, # Does not set the can_fd flag on the output CAN messages
9696
'bitrate_switch': False, # Does not set the bitrate_switch flag on the output CAN messages

0 commit comments

Comments
 (0)