Replies: 4 comments 4 replies
-
What functionality are you missing? HardwareSerial uses the IDF, but hides a lot of the complexity. You can also get direct access to IDF functions by compiling "Arduino as IDF component", but that's difficult to build correctly. |
Beta Was this translation helpful? Give feedback.
-
P1: Rx- and Tx-Interrupt |
Beta Was this translation helpful? Give feedback.
-
thanks for info about Serial.onReceive() Is there an option Serial.onEndTx() Have you an idea what we can do to realise RTS/CTS |
Beta Was this translation helpful? Give feedback.
-
Thanks for the HardwareSerial::setHwFlowCtrlMode() infos. Tx-IRQ is really needed! |
Beta Was this translation helpful? Give feedback.
-
Is there a way to use the full UART IDF functionality (UART-ISR) in Arduino.
As is possible e.g. in the Arduino Pico core, with full SDK functionality
Beta Was this translation helpful? Give feedback.
All reactions