This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USB Communication

Hi,

i am new to USB communication. I am using LPC1768 and using USBCDC example to communicate. In this example it makes virtual com port over which we can send or receive data.

I am confused that com port maximum bandwidth can be known by its Baudrate that is 9600, etc etc.
The question is that can virtual com port in my case have bandwidth like USB over which we can send huge amount of data i.e files and other large data.
Please help me
Thanks in advance.

Parents
  • Thanks for answer.

    The point that i got from your answer is using control transfer we can only send a maximum of 64000bytes/sec.

    but i want to configure my device so that i can send data like 5 to 10 MB/s.
    I appreciate your effort to send me link i have downloaded the files and trying my level best to configure my device accordingly.

    If you have any more data than please do send me thanks.

Reply
  • Thanks for answer.

    The point that i got from your answer is using control transfer we can only send a maximum of 64000bytes/sec.

    but i want to configure my device so that i can send data like 5 to 10 MB/s.
    I appreciate your effort to send me link i have downloaded the files and trying my level best to configure my device accordingly.

    If you have any more data than please do send me thanks.

Children