Replies: 2 comments 8 replies
-
My debugprobe device is detected successfully as a serial CDC device here. Do you have a recent debugprobe firmware installed? I haven't tested the data transfer, but it is definitively detected. This is the descriptor dump using
As you can see, there are bulk EPs in the CDC data interface (10-0-0). |
Beta Was this translation helpful? Give feedback.
-
I've found a problem and fixed it on the develop branch. How it seems, the Debug Probe UART requires to explicitly enable RTS and DTR to allow data transfers. With this fix the Debug Probe UART is detected and transfers data without problems here with the Circle driver. Thanks for pointing me on this! I have no explanation for the error messages, you get, and why you have to modify |
Beta Was this translation helpful? Give feedback.
-
Hi,
If FTDI cable works fine, I tried today CDC with the PI debug probe, but I get a not supported descriptor. I see only a bulk support inside the sources, but the device returns only bmAttributes & 0x3F to 3 and bEndpointAddress to 0x81. I have put a test with bit 0 mask like midi ((bmAttributes & 0x3E) == 0x02) and removed test with (m_pEndpointOut == 0), now I see the device.. but I'am not the best people for continue this job. There are some plans for support more devices ?
Beta Was this translation helpful? Give feedback.
All reactions