Click or drag to resize
ISerialPortWrite 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: SystemString
The string for output.
See Also