Skip to content

Cannot receive USB 'BULK in' packets on vendor device #2916

Answered by HiFiPhile
second-string asked this question in Q&A
Discussion options

You must be logged in to vote

connected computer is sending 'BULK in' packets

IN packets are sending from the device to host, in opposite of OUT packet.

https://www.beyondlogic.org/usbnutshell/usb4.shtml#Bulk

What you see URB_BULK in is only the request that the host is ready to receive (sending IN token).

Without sending anything with tud_vendor_write() tud_vendor_write_flush() of cause the sending complete callback tud_vendor_tx_cb() wont be called.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@second-string
Comment options

Answer selected by second-string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2915 on December 26, 2024 18:35.