Click or drag to resize
ISerialPort.Write Method
Writes the specified string to the serial port.

Namespace: ESkin
Assembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Write(
	string str
)

Parameters

str
Type: System.String
The string for output.
See Also