ZylSerialPort.NET

SerialPort.SendUTF7String Method 

Sends a UTF7 string to the serial port.

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

Parameters

String
String to be sent.

Return Value

The count of sent bytes.

See Also

SerialPort Class | ZylSerialPort Namespace