ZylSerialPort.NET

SerialPort.SendUTF8String Method 

Sends a UTF8 string to the serial port.

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

Parameters

String
String to be sent.

Return Value

The count of sent bytes.

See Also

SerialPort Class | ZylSerialPort Namespace