You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not yet found a function for stopping a CAN/CANFD channel in the C libTSCAN API.
I want the Channel to go off the bus so that it does not receive any more frames and does not send any ACKs.
Disconnecting the whole hardware device with tscan_disconnect_by_handle is not an option as other channels of the hardware device are in use.
The text was updated successfully, but these errors were encountered:
I have not yet found a function for stopping a CAN/CANFD channel in the C libTSCAN API. I want the Channel to go off the bus so that it does not receive any more frames and does not send any ACKs. Disconnecting the whole hardware device with tscan_disconnect_by_handle is not an option as other channels of the hardware device are in use.
I have not yet found a function for stopping a CAN/CANFD channel in the C libTSCAN API.
I want the Channel to go off the bus so that it does not receive any more frames and does not send any ACKs.
Disconnecting the whole hardware device with
tscan_disconnect_by_handle
is not an option as other channels of the hardware device are in use.The text was updated successfully, but these errors were encountered: