According to [the docs](https://www.arduino.cc/reference/en/language/functions/communication/serial/write#_notes_and_warnings): > If the transmit buffer is full then Serial.write() will block until there is enough space in the buffer. Currently I observe bytes being lost if the buffer is full.
According to the docs:
Currently I observe bytes being lost if the buffer is full.