This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

USB data not appearing on terminal softwares in PC except Tera Term.

I am using a nRF52840 dongle having usbd_cdc_acm example code.

Whatever data I am sending it appears only on Tera term. But not in terminal software and arduino serial terminal and plotter.

I want to print the ADC data on Arduino plotter to get the plotting. But I don't know why its not working on it.

Thank you.

Parents Reply
  • Hi Jonathan.

    As I am not using UART, I am not setting any Baud rate. I am sending data through USB.

    Transfering data from USB, shows up on terminal software also and we do not need to specify baud rate for that.

    Earlier I have done this with ST's USB dongle also. I have tried to send PPG signals though USB and could plot the data on Arduino plotter also.

    So, I wanted to do the same with my nRF52840 dongle I have.

    Thank you.

Children
Related