ArduinoCore-renesas icon indicating copy to clipboard operation
ArduinoCore-renesas copied to clipboard

Serial[x].availableForWrite() returns 0

Open delta-G opened this issue 1 year ago • 1 comments

The method availableForWrite is not implemented in the UART class and currently returns 0 in all cases.

delta-G avatar May 07 '24 00:05 delta-G

PR #304 modifies the class to use the SafeRingBuffer instance already in the class. This PR also implements avalableForWrite.

delta-G avatar May 07 '24 00:05 delta-G