Hello, I am new to firmware development and I am trying to stream heart rate data from an nrf32840 DK to an nrf32480 dongle and output that data. I am able to successfully stream the data to the nrf connect sdk, but I would like to plot the data in real time with a serial plotter, such as that provided by arduino. Since the nrf connect sdk makes use of the dongle's COM port, I am trying to find a way to access that data in real time. How can I go about outputting the characteristic data to a serial port?