You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: