Whisperstream Research Group - SerialComm GSM SDK Documentation

SerialIO.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

public void AsyncSend(
   string data
);

Parameters

data
the data to send

Implements

ISerialIO.AsyncSend

See Also

SerialIO Class | Whisperstream.SerialComm.IO Namespace