Click or drag to resize

SerialPortSendStringOnNewThread Method

Sends a string with the selected encoding to the serial port on a separate thread.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public void SendStringOnNewThread(
	string text,
	Encoding encoding
)

Parameters

text  String
String to be sent.
encoding  Encoding
Encoding used for the string.
See Also