Does Serial.write() block

sthudium:
Can the Serial.AvailableForWrite() function be used to determine whether output buffer is not full? And does that function block for any reason?

What does the documentation for the function say?