Read() operation #271
Replies: 1 comment
-
With the standard functionality no, there is not. With that said, you have a number of options:
These are the only options at this point in time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm performing a device.read() operation to fetch data from the bluetooth module. As I understood this operation works like First in First Out which means the message that comes first will be read first. But I had a use case where I want Last in First out method. Is there any way for that process using device.read().
Thanks in Advance!!
Beta Was this translation helpful? Give feedback.
All reactions