SetBlocking
void SetBlocking(bool blocking);
serial->SetBlocking(true);
fSerialPort->SetBlocking(true);
fSerialPort->SetBlocking(false);