This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

USB COM port baud rate setting -

Hi

I using USB interface to communicate with a MSP430 which acts as a USB CDC device and my PC acts as the Host.

I'm using baud rate of 9600 for the communication..

So My question is If I configure USB COM port with a baud rate of 9600, is the USB communication happening at 9600bits per second , or is USB interface transfers the data at a high speed and stack at Host & Device side handles the flow control ?