ZylSerialPort.NET

SerialPort.SendASCIIString Method 

Sends an ASCII string to the serial port.

[Visual Basic]
Public Function SendASCIIString( _
   ByVal String As String _
) As Integer
[C#]
public int SendASCIIString(
   String text
);

Parameters

String
String to be sent.

Return Value

The count of sent bytes.

See Also

SerialPort Class | ZylSerialPort Namespace