Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop CAN/CANFD channel #5

Open
davidkirchner opened this issue Feb 2, 2024 · 1 comment
Open

Stop CAN/CANFD channel #5

davidkirchner opened this issue Feb 2, 2024 · 1 comment

Comments

@davidkirchner
Copy link

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.

@davidkirchner davidkirchner changed the title Stop CAN controller Stop CAN/CANFD channel Feb 2, 2024
@ColinGong123
Copy link

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.

We will add this API in the next version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants