Whisperstream Research Group - SerialComm GSM SDK Documentation

ISerialIO.AsyncSend Method 

Sends data to the serial connection asynchronously and therefore does not wait for any response. To prevent the serial port becoming overwhelmed by asynchronus sending, the CommandPauseInterval property is used to control the minimum pause between asynchronous commands

void AsyncSend(
   string data
);

Parameters

data
the data to send

See Also

ISerialIO Interface | Whisperstream.SerialComm.Framework.Interfaces Namespace