Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Serial buffer waits 100ms before letting me "read()" the bytes #552

Open
GrindTel opened this issue May 16, 2022 · 0 comments
Open

Serial buffer waits 100ms before letting me "read()" the bytes #552

GrindTel opened this issue May 16, 2022 · 0 comments

Comments

@GrindTel
Copy link

i have a module transmitting onto a serial line a couple bytes every 15 ms or so. and i need to be able to parse the info, and send back some body data. The problem i'm encountering, is i don't seem to get the data coming in in real time. i get them every 100ms or so. by which time the module i'm working with has moved on with it's life. Almost like i'm getting the data in artificial clumps. I don't see a way to change this behaviour, but i can't imagine that the lower level code has this limitation on it naturally. Any help here would be appreciated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant