USB CDC how to increase speed (baud rate) ?
Hello everyone,I am working on a signal analyser device, which needs to transmit data serially as fast as possible (idealy 1Mbaud/s).I am doing the following loop to transmit: uint8_t buf_high[1] = {124}; // '|' uint8_t buf_low[1] = {48}; // '0' ini...