Using USB CDC to send float data
Posted on February 21, 2014 at 22:37Hi,I'working with USB to send data from my F3 Discovery to the PC. For that i used the CDC class. I managed to send few bytes of data using the routine below:uint8_t TabInt[6]={80,90,88,99,10,13}; uint8_t *ptr_i...