PowerBroker2/SerialTransfer

Does SerialTransfer use the UART DMA on ESP32?

ajacobs-github opened this issue · 1 comments

Does SerialTransfer use the UART DMA on ESP32?

I'm not familiar with DMA on the ESP32, but it probably is compatible. The SerialTransfer library is built off of the Stream class in the Arduino API, so if you can send data to/from DMA via UART, you should be able to do it with SerialTransfer.

The easiest way to make sure it give it a test!