UART communication #418
Replies: 2 comments
-
Never mind. I am using can_read() and seems to work. |
Beta Was this translation helpful? Give feedback.
-
Guys, need some help here with the UART comms, please: I need to implement UART communcations through UART (AT commands). The code is all ready to go, but I am finding issues with, possibly, the baud rate: Initially, I tried to test the comms with the RS232 port (uart2, by default). Nothing happens, and no data is received from the module.
Nothing happens either. auto uart = MMIO_CAPABILITY(Uart, uart2) I send and receive data with:
I've also tried with the blocking version of read, but still nothing. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there. Is there a non-blocking version of the UART blocking_read() function? Have browsed the libraries and documentation, but cannot find it.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions