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

Transmission errors at 115200 baud #16

Closed
glsys opened this issue Feb 10, 2016 · 2 comments
Closed

Transmission errors at 115200 baud #16

glsys opened this issue Feb 10, 2016 · 2 comments

Comments

@glsys
Copy link

glsys commented Feb 10, 2016

At 115200 baud i get random transmission corruption. Sometimes there are only single bytes/bits corrupted, somtimes whole lines are affected. Most of the time it works great! Is this a known limitation, a software Issue or should i check for new Hardware?

@plerup
Copy link
Owner

plerup commented Feb 14, 2016

At high speed and heavy traffic there will be bit errors unfortunately. This is due to the somewhat inexact interrupt handling in the ESP8266.

@glsys
Copy link
Author

glsys commented Feb 14, 2016

... down to 19200 the bit errors get even worse ...

And inside a
server.on(xyz)
routine it seems, that nothing is reliable working ...

Am 14.02.2016 um 17:25 schrieb Peter Lerup notifications@github.com:

At high speed and heavy traffic there will be bit errors unfortunately. This is due to the somewhat inexact interrupt handling in the ESP8266.


Reply to this email directly or view it on GitHub.

@plerup plerup closed this as completed Jun 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants