TBlockSerial.RecvPacket
TBlockSerial

function RecvPacket(Timeout: Integer): string;

Unit
SynaSer

Description
Read all available data to string. This function may be combine with RecvString or related methods.

Timeout is defined as maximum time between two bytes of data, not as timeout for all operation!