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 ?