What do RX Overruns on the serial interface actualy mean?

According to the manual:
A receive overrun occurs when there are not enough buffers to receive incoming data which results in the
received data being dropped.

But i’m only sending 81 bytes every 10 seconds…

With serial communication, this typically means there is a mis-match in flow control settings between the serial port and the attached device.