Hi everyone,
I want to modify the USBD example.
In the USBD example there's a mouse but I don't have to work with a mouse.
I want to transfer data from ADC to PC. How should I modify the example to achieve this?
Thanks,
BR
Hi everyone,
I want to modify the USBD example.
In the USBD example there's a mouse but I don't have to work with a mouse.
I want to transfer data from ADC to PC. How should I modify the example to achieve this?
Thanks,
BR
yes, I will probably use libusb or something similar. So, in conclusion, you advise me to use exclusively the CDC ACM class and add the delimiter "artificially"?
Hi
Yes, I believe this would be the easiest solution to implement overall.
Adding the delimiter will increase the amount of data by a small factor, but based on our earlier discussions it doesn't sound like you are planning to send huge amounts of data.
Best regards
Torbjørn