Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not receiving data in terminal #172

Open
salivo opened this issue Jan 26, 2024 · 3 comments
Open

Not receiving data in terminal #172

salivo opened this issue Jan 26, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@salivo
Copy link

salivo commented Jan 26, 2024

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");
	}
	
}
@salivo salivo added the bug Something isn't working label Jan 26, 2024
@salivo
Copy link
Author

salivo commented Jan 26, 2024

Update

these are not completely random data, I see fragments of correct data in them
isue

@salivo
Copy link
Author

salivo commented Jan 28, 2024

I think I found the problem, it's in RST and DRT, can I manually control it?

@Sarah26-10
Copy link

Sarah26-10 commented Mar 12, 2024

I have the problem with arduino Portenta H7 Machine control. If i connect this device i receive no data at all. No random data, just nothing. It seems like #86.
What can i do?

When i connect a arduino nano every everything is working.
:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants