Whisperstream Research Group - SerialComm GSM SDK Documentation

ISerialIO.SendCommand Method (String)

sends a command synchronously to the serial port and waits for one of the responses contained in the default endTokens. If no matching response is found before the default commandTimeout milliseconds elapse a CommandTimeoutException is thrown

string SendCommand(
   string data
);

Parameters

data
the data to send

Return Value

the response including the matched endtoken

See Also

ISerialIO Interface | Whisperstream.SerialComm.Framework.Interfaces Namespace | ISerialIO.SendCommand Overload List