-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update docs with new HardwareSerial buffer size #1786
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
Comments
Thank you for the reply. Unfortunately I cant poll at a higher rate as the data requires parsing as it comes in and this requires uploading back to a wificlient and to a radio transmitter, this takes some time, in that time the serial buffer fills ... Sorry I am still new to coding with the esp so might be coding it incorrectly. I will just have to stick with 2.0.0 for now. Thank you anyway. |
I am receiving around 500 - 1000 bytes / sec... any idea how to deal with this issue in 2.1.0 without the serial buffer issue? Thanks |
Does this mean the docs need to change ?
|
I suppose that hardaware fifo is still used. |
The docs for HardwareSerial need to be updated to describe the setRxBufferSize() method. |
From 2.0.0. to 2.1.0 the TX and RX buffer sizes are gone :(
My code is dealing with GPS input therefore requires a large buffer size to cope.... please put it back ! :)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: