USB CDC (Communication Device Class) is a class of USB devices that are used to transmit data between a computer and a USB device. The USB CDC class is used to emulate a serial port over USB. This ...
Example project on how to read values from a SHT85 sensor connected to a STM32 Microcontroller with USB port and advertise the results using the BleuIO dongle with the STM32 as a USB CDC Host. To ...