Pico CDC gets "Function is not supported" #466
Closed
u77345
started this conversation in
Development
Replies: 1 comment 4 replies
-
The message "Function is not supported" belongs to the vendor specific interface descriptor in the last place of the descriptor list, which is ignored by Circle. The 2-2-0 serial CDC interface should work as expected. I tested this successfully with the hello_world/usb sample from the pico-examples project. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the latest development branch, I'm getting "Function is not supported" on a Pico plugged in. The pico runs standard SDK, 1.5.1, the CDC is the vanilla device that is created by pico_enable_stdio_usb.
Is this behavior expected?
This is how the Pico descriptor looks like:
Beta Was this translation helpful? Give feedback.
All reactions