Hi, I want to communicate between a pc application (one I have written myself) and my pico. I have discovered that I need to use CDC for the serial communication, I have implemented usb_descriptors and tusb_config. At first it was not working at all, when I changed my config, I now get device not recognised, I believe my issue lays in the usb descriptors. I have tried several of the examples but I can't seem to get it too work. Does anyone know what example or other resources, I should use? I only want CDC and I think I want it as a device not host.
My project involves pushing a button which then my pc application will respond to it.
I am using the C/C++ sdk on the pico and C++ for my pc app.
My project involves pushing a button which then my pc application will respond to it.
I am using the C/C++ sdk on the pico and C++ for my pc app.
Statistics: Posted by Stryder — Mon Aug 19, 2024 2:29 pm — Replies 1 — Views 33