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

bind/unbind of USB host controller triggers resend of last CAN frame #6

Open
marckleinebudde opened this issue Dec 14, 2021 · 0 comments

Comments

@marckleinebudde
Copy link

To reproduce:

  • bring up CANtact PRO as usual
  • send a CAN frame
  • unbind USB host controller:
    echo 2184200.usb | sudo tee /sys/bus/platform/drivers/imx_usb/bind
    
  • bind the USB host controller:
    echo 2184200.usb | sudo tee /sys/bus/platform/drivers/imx_usb/bind
    

Actually send CAN frame, received by other system:

 (2021-12-14 23:23:56.860539)  can0  RX - -  111   [8]  FF 01 0A 0B 0C 0D 0E 22

Received CAN frame by other system after bind:

 (2021-12-14 23:24:07.573127)  can0  RX - -  111   [8]  FF 01 0A 0B 0C 0D 0E 22
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

1 participant