Validating the data over USB

Hi ,

Device :-      nrf52840

USB class :- CDC ACM

We are sending the  ADC data (240 bytes at a time) to Host computer over USB (Full speed) and checking the received data in serial terminal (Tera Term),but we are missing the data because the tera term is not able to handle the full speed USB data. So is there any tool / how to get the data without any data loss.

and what is the maximum throughput we can achieve in USB full speed ?

Thanks & regards

Sagar

Parents
  • Hi Sagar

    It sounds odd that the terminal application would be the bottle neck in this case. How often are you sending 240 bytes of ADC data?

    and what is the maximum throughput we can achieve in USB full speed ?

    We have done some testing to verify what kind of speeds you can expect when using the CDC class. 

    In Windows we reached around 1700 kbps, while on Linux we reached around 2580 kbps. 

    Best regards
    Torbjørn

Reply
  • Hi Sagar

    It sounds odd that the terminal application would be the bottle neck in this case. How often are you sending 240 bytes of ADC data?

    and what is the maximum throughput we can achieve in USB full speed ?

    We have done some testing to verify what kind of speeds you can expect when using the CDC class. 

    In Windows we reached around 1700 kbps, while on Linux we reached around 2580 kbps. 

    Best regards
    Torbjørn

Children
Related