How to set up an USB-CDC-Host and read Data from a Serial device firing values nonstop.
I use a STM32F429ZI-DISCO board that was programmed using STM32CubeMX's Code generation for a USB-CDC-Host on high speed. To generate some input data I use a Teensy3.6 as an arduino Board set up as a serial communication device. The data sent by the ...