Documentation for this section has not yet been entered.
The receive buffer includes the serial driver's receive buffer as well as internal buffering in the System.IO.Ports.SerialPort object itself.
Because the SerialPort.BytesToRead property represents both the System.IO.Ports.SerialPort buffer and the Windows-created buffer, it can return a greater value than the SerialPort.ReadBufferSize property, which represents only the Windows-created buffer.