Hello,
there is no data in the Serial Studio console, but there is data in the Arduino monitor
It seams like #86.
When i close and reopen connection it can give random data
Screenshots

Screenshot after several clicks on connect/disconnect

Simple code in ESP-IDF for ESP32
#include <stdio.h>
void app_main(void)
{
while (1)
{
printf("*/123,123,1234/*\n");
}
}