Skip to content

Not receiving data in terminal  #172

@salivo

Description

@salivo

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

image
Screenshot after several clicks on connect/disconnect
image

Simple code in ESP-IDF for ESP32

#include <stdio.h>

void app_main(void)
{
	while (1)
	{
		printf("*/123,123,1234/*\n");
	}
	
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions