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
Hi
Is there any particular USB class that you want to use?
If you use the usbd_cdc_acm example you can essentially send whatever data you like, and the device will appear as a comport on the host side that you can use to exchange data with the USB device.
Best regards
Torbjørn
Hi
Is there any particular USB class that you want to use?
If you use the usbd_cdc_acm example you can essentially send whatever data you like, and the device will appear as a comport on the host side that you can use to exchange data with the USB device.
Best regards
Torbjørn