ZylSerialPort.NET

SerialPort.SendUnicodeString Method 

Sends a UTF16 string to the serial port.

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

Parameters

String
String to be sent.

Return Value

The count of sent bytes.

See Also

SerialPort Class | ZylSerialPort Namespace