PEEK UART buffer #936
Unanswered
wilmer-suarez-simplisafe
asked this question in
Q&A
Replies: 1 comment
-
Maybe it need you modity UART driver, read data by xRingbufferReceive and do not call uart_pattern_queue_update and vRingbufferReturnItem. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to PEEK at the UART buffer without consuming the data?
uart_read_bytes
seems to be the only way to do read the buffer; but I would like to just peek at the data within the buffer so that I can intercept AT commands for a functionality that I'm working on for specific commands.Beta Was this translation helpful? Give feedback.
All reactions