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

Serial monitor real time error #155

Closed
KerteszDomokos opened this issue Mar 2, 2021 · 6 comments
Closed

Serial monitor real time error #155

KerteszDomokos opened this issue Mar 2, 2021 · 6 comments
Assignees
Labels
conclusion: duplicate Has already been submitted topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project

Comments

@KerteszDomokos
Copy link

The IDE 2.0 serial monitor has an error:
I have 2.0.0-beta.3 version, and windows 10.0.18363.959, and my laptop has Intel i5 proc, 8gb RAM, etc.

The problem is this: my arduino (nano, old bootloader, rate: 9600bps) sent datas to pc, and the readed data has big delay displayed. I test the reading in PuTTY, and here arrive the datas real time.
The problem are biger in faster communication (test in 115200), and in slower communication are less (test in 1200).

I worked a project, and the old problem was the buffer save all data, but the printing or processing are slow.


My english isn't perfect sorry.
@ubidefeo
Copy link

ubidefeo commented Mar 2, 2021

@KerteszDomokos
can I ask you why you need to send such high throughput to the Serial Monitor since a human cannot possibly read it at those speeds?
sending data machine to machine is of course a whole other story.
I ask because people tend to put free running Serial.print() instructions into their loops and the receiving end often needs to buffer.
Just so you know, we will be reworking the whole serial pipeline at some point, because we are aware of this lag

@KerteszDomokos
Copy link
Author

Thanks the reworking.
I use the monitor just supervision.
I make a communication between a python and an arduino, and this datas I would supervision, but this is just debugging.

Thanks your help!

@per1234
Copy link
Contributor

per1234 commented Apr 4, 2021

Thanks for taking the time to submit an issue @KerteszDomokos .

I see we already have a prior issue report about this at #79.

It's best to have only a single issue per subject so we can consolidate all relevant discussion to one place, so I'll go ahead and close this in favor of the other.

If you end up with additional information to share, feel free to comment in the other thread.

@per1234 per1234 closed this as completed Apr 4, 2021
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Apr 4, 2021
@torruella
Copy link

The IDE 2.0 serial monitor has an error:
I have 2.0.0-beta.5 version, the serial monitor is always sending stranges bytes to the arduino board, it makes too difficult to send commands to the board, only with very slow speeds (under 4800 bds) i can do that.
any suggestions?
thanks in advanced.

@KerteszDomokos
Copy link
Author

I see we already have a prior issue report about this at #79.

Please use the #79 Issue in this theme.

But what is the stranges bytes? Please send an example.

If you must faster communicatiun you can do it with Arduino ide 1.x.x version, with the PuTTY, or other app.
The contributors already work in this problem (for example here)

Thanks

@rsora rsora added type: imperfection Perceived defect in any part of project topic: serial monitor Related to the Serial Monitor labels Sep 22, 2021
@per1234
Copy link
Contributor

per1234 commented Oct 29, 2021

the serial monitor is always sending stranges bytes to the arduino board

It sounds like this bug: #375

@per1234 per1234 self-assigned this Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

6 participants