I've been using the USB port on a F28377D control card for a while (the USB port using the micro USB connector, not the UART / FTDI chip / mini connector) to transfer data between the F28377D and a terminal window on a PC. I modified the USB_dev_serial code from ControlSuite, and it works OK at the normal Baud rate of 115200.
My question is: is it possible to do anything to increase the speed of this, to get higher data throughput? As a USB port, I'd expect it to be capable of operating much faster than 115k, but it does seem to be limited by something in the DSP. The settings of the terminal window make no difference. Is there anything that can be done in code to increase speed, or is it controlled by the USB serial port driver?