I'm using nrf52832, and it is connected with external mcu (stm32) to uart.
I'd like to connect this ble module to PC with ble (wireless connection), it was paired.
After pairing, the Com port doesn't show up.
the BLE module is able to connect to the nrf connect app, I've checked the data is sent.
However, I want it to be assigned the COM port number, and it should be communicate with pc like class BT, with serial port emulation.
Is it possible? and what should i do how to do it?