DotNetSerialPort.WriteString Method (String)
Writes a string to the port
Parameters
-
str
- The string to be written
Return Value
Returns true on success
Remarks
- The string is translated to ANSI before it written to the port
- This function does not return until the operation is completed.
- This function can only be used when the port is open.
See Also
DotNetSerialPort Class | SWBOX Namespace | DotNetSerialPort.WriteString Overload List