Hi,
I'm trying to log data over a serial connection using the DK52.
The data is coming from a sensor at about 2KHz at a size of 30 bytes per sample, so 60KBps.
I've set the Baudrate to 912600 and enabled HWFC. Using NRF_LOG_RAW_INFO to print the data into a PuTTY terminal configured the same way.
The issue is that the data printed isn't up to speed with what is expected. Between 10 and 100 characters are being printed per batch of 240.
Is there any special configuration that has to be set to log at a high rate?
Thanks