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 14, 2022. It is now read-only.
I wish to get the received data synchronously and with desired max buffer lenght. I know the AT firmware would need to buffer the received data itself to get this behaivour but that is much harder for arduino with 2KB of data memory.
There may exist asynchronous recv notifications but with no data, only notification of mux so it does not fill receiver buffers.
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 wish to get the received data synchronously and with desired max buffer lenght. I know the AT firmware would need to buffer the received data itself to get this behaivour but that is much harder for arduino with 2KB of data memory.
There may exist asynchronous recv notifications but with no data, only notification of mux so it does not fill receiver buffers.
The text was updated successfully, but these errors were encountered: