What is the difference between 'USB CDC' and 'USB HID'?
I'm using STM32F072VB.I want to communicate with 'USB' instead of 'Serial'.Should i use 'USB CDC(VCP)'? or Should i use 'USB HID'?I created a 'USB HID' test code with CubeMX and checked it. ( Reference Image1)<Image1>Can i do 'download communic...