-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
Comments
@KerteszDomokos |
Thanks the reworking. Thanks your help! |
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. |
The IDE 2.0 serial monitor has an error: |
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. Thanks |
It sounds like this bug: #375 |
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.
The text was updated successfully, but these errors were encountered: