I am currently trying to connect the NRF52849 developing board with my PC through bluetooth. My problem is that I cannot access the data through the software TeraTerm on a 'standard serial over bluetooth link' so I can access the incoming data from the board. I am able to connect the board to the nrf connect application. But I need the data to be transferred on virtual comport so I can access the data and process it by a python program.
Is there any software or method I can use so that from my PC I can read and process the data coming from nrf board by bluetooth?