Why does nRF52840 dongle not show up on device manager with COM number?

I'm using Windows and ble_app_uart example for my development.

I wanted to check log from my dongle so I'm trying to use log_backend_uart with putty.

But I couldn't get the COM number from this dongle after I program ble_app_uart example.

What can I do to get the dongle to show up on device manager?

Or how else can I check nrf_log?

I'm in a situation where I cannot use jlink for this instance.

Related