Click or drag to resize

SerialCommPortExtensions Class

Extension methods for SerialCommPort.
Inheritance Hierarchy
SystemObject
  ZylSoft.SerialSerialCommPortExtensions

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public static class SerialCommPortExtensions

The SerialCommPortExtensions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberIntToSerialCommPort Converts string to SerialCommPort.
Public methodStatic memberStringToSerialCommPort Converts string to SerialCommPort.
Public methodStatic memberToString Converts SerialCommPort to string. If you use custom port name, use SerialPort.SerialCommPortToString(SerialCommPort port) instead.
Top
See Also