I am making a custom USB device which will be sending sensor values when requested from the host (i.e. Computer) via USB.
I looked for Communications and CDC Control & CDC-Data Class, they seemed to do the job and are seen as Virtual COM Port.
Will they be always seen as COM PORT or can be detected something else.
What other class or method is preferable for such example?
Someone suggested CDC class to similar application
Note: Using STM32 microcontroller